@ -86,7 +86,7 @@ function Navbar({
return (
<div
className="z-50 flex fixed left-0 top-0 w-full"
className="z-50 flex fixed left-0 top-0 w-full shadow-sm"
style={{
backgroundColor: !top ? (isDark ? "#061B30" : "white") : "white",
}}