From 8bb36c1451ef51441ac3d5a2c1c057d2a0cac523 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Sat, 28 Aug 2021 13:04:40 +0200 Subject: [PATCH] Add responsive footer --- components/footer.tsx | 36 +++++++++++++++++++++++++++--------- 1 file changed, 27 insertions(+), 9 deletions(-) diff --git a/components/footer.tsx b/components/footer.tsx index bf2b999d8..cb6d11eba 100644 --- a/components/footer.tsx +++ b/components/footer.tsx @@ -1,17 +1,35 @@ import { Box, Container, Flex, Image, Link, Stack, Text } from '@chakra-ui/react'; +function NavigationLinks() { + return ( + <> + + Roadmaps + Guides + Videos + Podcasts + About + YouTube + + + + Roadmaps + Guides + Videos + Podcasts + Thanks + About + YouTube + + + ); +} + export function Footer() { return ( - + - - Roadmaps - Guides - Videos - Podcasts - About - YouTube - +