RC-14: create dashboard page
This commit is contained in:
@@ -8,7 +8,6 @@ function Welcome({ t }) {
|
||||
const onInputType = (event) => {
|
||||
const { target } = event;
|
||||
const value = target?.value ?? '';
|
||||
console.log(value);
|
||||
setQuery(value);
|
||||
};
|
||||
|
||||
@@ -26,6 +25,7 @@ function Welcome({ t }) {
|
||||
{t('subtitle')}
|
||||
</p>
|
||||
<SearchInput
|
||||
className="max-w-[780px]"
|
||||
mode="simple"
|
||||
placeholder={t('main_input_placeholder')}
|
||||
btnText={t('main_input_btn')}
|
||||
|
||||
Reference in New Issue
Block a user