diff --git a/client/src/components/Navbar.jsx b/client/src/components/Navbar.jsx index 35b0d16..18c5496 100644 --- a/client/src/components/Navbar.jsx +++ b/client/src/components/Navbar.jsx @@ -1,8 +1,8 @@ import React, { useState } from "react"; -import { FaGithub, FaBars, FaTimes } from "react-icons/fa"; // Combine the imports from react-icons/fa +import { FaGithub, FaBars, FaTimes } from "react-icons/fa"; import { Link } from "react-router-dom"; import { CiStar } from "react-icons/ci"; -import logo_final from "../assets/logo_final.png"; // Adjust the path to your logo +import logo_final from "../assets/logo_final.png"; const Navbar = () => { const [isOpen, setIsOpen] = useState(false); @@ -16,7 +16,7 @@ const Navbar = () => { }; const logoStyle = { - height: "60px", // Adjusted size for better visibility + height: "60px", width: "60px", borderRadius: "50%", marginRight: "10px", @@ -32,7 +32,7 @@ const Navbar = () => { PreDiaBet -