remove navbar border
This commit is contained in:
parent
59a59337af
commit
ab88b670e8
@ -89,7 +89,7 @@ const Nav = ({ internalLinks, className }: NavProps) => {
|
|||||||
<nav
|
<nav
|
||||||
className={classnames(
|
className={classnames(
|
||||||
"mt-0 flex justify-center w-full font-serif",
|
"mt-0 flex justify-center w-full font-serif",
|
||||||
"text-gray-200 bg-black border-b border-b-white",
|
"text-gray-200 bg-black shadow-lg",
|
||||||
className
|
className
|
||||||
)}
|
)}
|
||||||
ref={observe}
|
ref={observe}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user