RC-14: create dashboard page

This commit is contained in:
2023-09-17 16:30:08 +01:00
parent 3a0f43d491
commit 788ca3519f
7 changed files with 123 additions and 29 deletions

View File

@@ -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')}