Skip to content

Commit

Permalink
navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
niyashiyas committed Nov 27, 2024
1 parent 098d8e3 commit 1305e2a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added src/assets/excel_white.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/excel_white1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import {useState, useEffect} from "react";
import Image from "next/image";
import ExcelLogo from "@/assets/excel_logo_crop.png";
import ExcelLogoMob from "@/assets/excel_logo.png";
import ExcelLogoMob from "@/assets/excel_white.png";
import {RxHamburgerMenu} from "react-icons/rx";
import {MdArrowOutward} from "react-icons/md";
import {IoCloseOutline} from "react-icons/io5";
Expand Down Expand Up @@ -77,7 +77,7 @@ const Navbar = () => {

return (
<div
className={`w-screen text-white flex flex-row items-center justify-between px-5 lg:px-16 py-3 fixed top-0 z-[999] transition-all duration-300 ${
className={`w-screen text-white flex flex-row items-center justify-between px-5 lg:px-[3.5rem] py-3 fixed top-0 z-[999] transition-all duration-300 ${
scrolled ? "bg-[#00000070] backdrop-blur" : "bg-transparent"
}`}
>
Expand Down

0 comments on commit 1305e2a

Please sign in to comment.