diff --git a/src/app/[locale]/layout.tsx b/src/app/[locale]/layout.tsx index 41aa513..bc3773c 100644 --- a/src/app/[locale]/layout.tsx +++ b/src/app/[locale]/layout.tsx @@ -17,10 +17,7 @@ export default function LocaleLayout({ return ( - +
{children}
diff --git a/src/features/SearchForm/SearchForm.tsx b/src/features/SearchForm/SearchForm.tsx index b93dba5..5ac495d 100644 --- a/src/features/SearchForm/SearchForm.tsx +++ b/src/features/SearchForm/SearchForm.tsx @@ -5,8 +5,7 @@ import Image from "next/image"; import search from "./icons/search.svg"; import { useTranslations } from "next-intl"; -interface ISearchFormProps - extends React.InputHTMLAttributes { +interface ISearchFormProps extends React.InputHTMLAttributes { handleSubmit: (e: React.MouseEvent) => void; } @@ -20,11 +19,7 @@ const SearchForm: React.FC = ({ }: ISearchFormProps) => { const t = useTranslations("general"); return ( -
+
Search Icon { return (