update src/components/Navbar/index.js and src/components/SimpleFooter/index.js

master
Reza_ashrafi 2 years ago
parent 2526bb8846
commit a8e09f77b8
  1. 2
      src/components/Navbar/index.js

@ -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",
}}

Loading…
Cancel
Save