diff --git a/src/components/page/Menu.tsx b/src/components/page/Menu.tsx index 60cc741..2d157bd 100644 --- a/src/components/page/Menu.tsx +++ b/src/components/page/Menu.tsx @@ -11,11 +11,9 @@ export function Menu() { return ( - - Home - Support us - - + Home + Support us + @@ -65,10 +63,6 @@ const TopNavigation = styled.div` padding: 24px; ` -const TopNavLinks = styled.div` - display: flex; -` - const TopLink = styled(Link)` color: ${Colors.White}; font-size: calc(24px + (36 - 24) * ((100vw - 320px) / (1440 - 320))); @@ -131,7 +125,7 @@ const SocialLink = styled.a` & + & { margin-left: 4vw; } - + &:hover > svg { fill: ${Colors.Gray}; }