diff --git a/src/components/UI/Header.tsx b/src/components/UI/Header.tsx index f38b0d6759..cec4b7359f 100644 --- a/src/components/UI/Header.tsx +++ b/src/components/UI/Header.tsx @@ -2,10 +2,9 @@ import { FC } from 'react'; import { Box, Flex, Link, Stack, Text, useColorMode } from '@chakra-ui/react'; import NextLink from 'next/link'; -import { Search } from '../UI'; +import { HeaderButtons, Search } from './'; import { MoonIcon, SunIcon } from '../UI/icons'; -import { HeaderButtons } from './'; import { MobileMenu } from '../layouts'; export const Header: FC = () => { @@ -14,7 +13,7 @@ export const Header: FC = () => { return ( = ({ children }) => { return ( - + {/* TODO: replace with animated/video version */} diff --git a/src/components/layouts/Footer.tsx b/src/components/layouts/Footer.tsx index 36e3f13229..b9f06dc663 100644 --- a/src/components/layouts/Footer.tsx +++ b/src/components/layouts/Footer.tsx @@ -20,7 +20,7 @@ const hoverStyles = { export const Footer: FC = () => { return ( - + = ({ data }) => {
- + {
- + - + {/* SECTION: What is Geth */} { - + {/* SECTION: Contribute to Geth */} { - + {/* TODO: replace with animated/video version */}