Skip to content

Commit 2c0dd12

Browse files
committed
changed navbar to white
1 parent 78969eb commit 2c0dd12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

www/src/pages/components/NavBar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ useEffect(() => {
2525
};
2626
}, []);
2727

28-
function NavBarSytling() {
28+
function NavBarSytle() {
2929
return scrollPosition === 0 ? "sticky top-0 bg-gray-50 w-screen z-20 border-b" : "sticky top-0 bg-gray-50 w-screen z-20 shadow-xl";
3030
}
3131
return (
32-
<Disclosure as="nav" className="bg-[#333333] fixed z-10 w-screen drop-shadow-20px">
32+
<Disclosure as="nav" className={NavBarSytle}>
3333
{({ open }) => (
3434
<>
3535
<div className="mx-auto max-w9xl px-4 sm:px-6 lg:px-8">

0 commit comments

Comments
 (0)