From 3ce8b420656f7e83c0b47a17a73190784c635a3b Mon Sep 17 00:00:00 2001 From: Ijemma Onwuzulike Date: Sun, 17 Nov 2024 10:37:18 -0800 Subject: [PATCH] chore: change nkowa okwu logo to igbo api logo --- src/pages/components/Navbar/Navbar.tsx | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/src/pages/components/Navbar/Navbar.tsx b/src/pages/components/Navbar/Navbar.tsx index 02ab95c3..dcef2fb2 100644 --- a/src/pages/components/Navbar/Navbar.tsx +++ b/src/pages/components/Navbar/Navbar.tsx @@ -1,8 +1,6 @@ import { Box, Button, Link as ChakraLink, Heading, Show } from '@chakra-ui/react'; -import Image from 'next/image'; import { useRouter } from 'next/router'; import { Link } from 'react-scroll'; -import NkowaokwuLogo from '../../assets/nkowaokwu.svg'; import NavigationMenu from './NavigationMenu'; import NavigationOptions from './NavigationOptions'; @@ -21,10 +19,19 @@ const Navbar = ({ to = '/' }: { to?: string }) => { as="h1" className="transition-element text-3xl font-extrabold hover:text-gray-700 text-gray-900" pb="0" + color="black" + fontSize={{ base: '2xl', md: '3xl' }} > {to ? ( - - Nkọwa okwu logo + + Igbo API ) : ( { offset={-100} duration={600} > - Nkọwa okwu logo + Igbo API )}