diff --git a/src/components/layouts/Footer.tsx b/src/components/layouts/Footer.tsx index 40f1ecd9b7..ce7db0f1f7 100644 --- a/src/components/layouts/Footer.tsx +++ b/src/components/layouts/Footer.tsx @@ -1,4 +1,4 @@ -import { Grid, GridItem, Image, Link, Stack, Text } from '@chakra-ui/react'; +import { Box, Flex, Link, Stack, Text } from '@chakra-ui/react'; import { FC } from 'react'; import NextLink from 'next/link'; @@ -18,55 +18,61 @@ import { export const Footer: FC = () => { return ( - - - - - - DOWNLOADS - - - + + + + + + + DOWNLOADS + + + - - - - DOCUMENTATION - - - - + + + + DOCUMENTATION + + + + - - - + + { - - - + { - - - + { - - + + © 2013–2022. The go-ethereum Authors. - + ) } \ No newline at end of file