File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ const Navbar = () => {
59
59
60
60
{ active ?
61
61
< div className = "inset-0 navback h-screen flex flex-col backdrop-blur-md backdrop-brightness-50 fixed" >
62
- < div className = "dark:bg-gray-900 bg-gray-300 h-screen fixed p-10 w-max" >
62
+ < div className = "dark:bg-gray-800 bg-gray-200 h-screen fixed p-10 w-max" >
63
63
< div className = { router . pathname == "/opportunities" ? "text-base p-2 dark:text-pink-300 text-pink-700 underline font-normal cursor-pointer" : "text-base p-2 dark:text-white font-normal cursor-pointer" } > < Link href = "/opportunities" > < a onClick = { handleClose } > One</ a > </ Link > </ div >
64
64
< div className = { router . pathname == "/events" ? "text-base p-2 dark:text-pink-300 text-pink-700 underline font-normal cursor-pointer" : "text-base p-2 dark:text-white font-normal cursor-pointer" } > < Link href = "/events" > < a onClick = { handleClose } > Two</ a > </ Link > </ div >
65
65
< div className = { router . pathname == "/blog" ? "text-base p-2 dark:text-pink-300 text-pink-700 underline font-normal cursor-pointer" : "text-base p-2 dark:text-white font-normal cursor-pointer" } > < Link href = "/blog" > < a onClick = { handleClose } > Three</ a > </ Link > </ div >
You can’t perform that action at this time.
0 commit comments