Skip to content

Commit

Permalink
fix: color update
Browse files Browse the repository at this point in the history
  • Loading branch information
teoh4770 committed Mar 5, 2024
1 parent d19dd34 commit 9e7a433
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Navbar/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const Navbar = () => {
}, [showMenu]);

return (
<nav className="gradient fixed top-0 z-50 flex h-fit w-full items-center justify-between p-8 px-10 text-white lg:justify-normal">
<nav className="gradient fixed top-0 z-50 flex h-fit w-full items-center justify-between p-8 px-10 lg:justify-normal">
<div className="logo lg:mr-8">
<img
className="h-14 w-14"
Expand All @@ -23,7 +23,7 @@ const Navbar = () => {
/>
</div>

<div className="nav-items hidden lg:mr-auto lg:block">
<div className="nav-items hidden text-tbrand lg:mr-auto lg:block">
<NavItems isHorizontal={true} handleClick={hideMenu} />
</div>

Expand Down

0 comments on commit 9e7a433

Please sign in to comment.