diff --git a/client/src/components/Navbar.tsx b/client/src/components/Navbar.tsx index 78f9168..9e76fb6 100644 --- a/client/src/components/Navbar.tsx +++ b/client/src/components/Navbar.tsx @@ -1,6 +1,7 @@ -import { Box, Flex, Heading, IconButton, useColorMode } from "@chakra-ui/react"; +import { Box, Flex, Heading, IconButton, Link, useColorMode } from "@chakra-ui/react"; import { FaGithub } from "react-icons/fa"; import { SunIcon, MoonIcon } from "@chakra-ui/icons"; +import { Link as RouterLink } from "react-router-dom"; const Navbar: React.FC = () => { const { colorMode, toggleColorMode } = useColorMode(); @@ -20,12 +21,16 @@ const Navbar: React.FC = () => { - MakeMeDIYspire + + + MakeMeDIYspire + + - } size="sm" mr={2} /> + } size="sm" mr={2} /> { <> Utilizing the capabilities of OpenAI, our platform generates distinct DIY project ideas based on a variety of factors and categories. Once you select a project, you will receive a detailed list of materials needed and a step-by-step guide to complete the project. Refer to - + How to use the MakeMeDIYspire DIY Idea Generator guide. @@ -43,7 +43,7 @@ const FAQPage = () => { return ( <> It's straightforward! Visit the{" "} - + MakeMeDIYspire homepage , input your preferences, such as materials and other options, and we'll generate a unique DIY project suggestion tailored for you. No sign-up required!