diff --git a/frontend/components/BlueLink.tsx b/frontend/components/BlueLink.tsx index 3b9995c..706ebe4 100644 --- a/frontend/components/BlueLink.tsx +++ b/frontend/components/BlueLink.tsx @@ -7,10 +7,8 @@ export type Props = { export default function BlueLink({ to, children }: Props) { return ( - - - {children} - + + {children} ); } diff --git a/frontend/components/NavItem.tsx b/frontend/components/NavItem.tsx index 98549d6..320c0f8 100644 --- a/frontend/components/NavItem.tsx +++ b/frontend/components/NavItem.tsx @@ -9,10 +9,11 @@ export interface Props { export default function NavItem(props: Props) { const ret = ( - - - {props.children} - + + {props.children} ); diff --git a/frontend/components/Navigation.tsx b/frontend/components/Navigation.tsx index 9f29cfc..d68c69f 100644 --- a/frontend/components/Navigation.tsx +++ b/frontend/components/Navigation.tsx @@ -73,9 +73,7 @@ export default function Navigation() {
- - - +