diff --git a/src/components/buttons/IconPatch.tsx b/src/components/buttons/IconPatch.tsx index 67f18106..c18803d5 100644 --- a/src/components/buttons/IconPatch.tsx +++ b/src/components/buttons/IconPatch.tsx @@ -14,7 +14,7 @@ export function IconPatch(props: IconPatchProps) {
diff --git a/src/components/layout/Navigation.tsx b/src/components/layout/Navigation.tsx index 3e40ff6d..be00a2fb 100644 --- a/src/components/layout/Navigation.tsx +++ b/src/components/layout/Navigation.tsx @@ -11,16 +11,16 @@ export interface NavigationProps { export function Navigation(props: NavigationProps) { return ( -
-
-
+
+
+
{props.children}
-