diff --git a/src/components/layout/Navigation.tsx b/src/components/layout/Navigation.tsx index 71d40f76..299f0908 100644 --- a/src/components/layout/Navigation.tsx +++ b/src/components/layout/Navigation.tsx @@ -12,43 +12,45 @@ export interface NavigationProps { export function Navigation(props: NavigationProps) { return ( -
-
-
-
-
-
- - - + ); diff --git a/src/views/search/SearchView.tsx b/src/views/search/SearchView.tsx index 501c8a2f..5035574d 100644 --- a/src/views/search/SearchView.tsx +++ b/src/views/search/SearchView.tsx @@ -32,10 +32,10 @@ export function SearchView() {
-
-
- {t("search.title")} -
+
+ {t("search.title")} +
+