From 1f85dba8f8ed027280a5a26d9962c1371ec3b69a Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Sun, 5 Sep 2021 20:55:22 +0200 Subject: [PATCH] Header logo fix --- components/global-header.tsx | 7 ++++--- components/icons/roadmap.svg | 4 ++++ 2 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 components/icons/roadmap.svg diff --git a/components/global-header.tsx b/components/global-header.tsx index 7e8ffa3f4..3e1249387 100644 --- a/components/global-header.tsx +++ b/components/global-header.tsx @@ -1,6 +1,7 @@ -import { Box, CloseButton, Container, Flex, IconButton, Image, Link, Stack, Text } from '@chakra-ui/react'; -import { HamburgerIcon } from '@chakra-ui/icons'; import { useState } from 'react'; +import { HamburgerIcon } from '@chakra-ui/icons'; +import { Box, CloseButton, Container, Flex, IconButton, Image, Link, Stack, Text } from '@chakra-ui/react'; +import RoadmapLogo from '../components/icons/roadmap.svg'; import siteConfig from '../content/site.json'; type MenuLinkProps = { @@ -98,7 +99,7 @@ export function GlobalHeader() { fontWeight={600} _hover={{ textDecoration: 'none' }} fontSize='18px'> - + roadmap.sh diff --git a/components/icons/roadmap.svg b/components/icons/roadmap.svg new file mode 100644 index 000000000..cf860c413 --- /dev/null +++ b/components/icons/roadmap.svg @@ -0,0 +1,4 @@ + + + +