remove navbar border
This commit is contained in:
parent
59a59337af
commit
ab88b670e8
@ -89,7 +89,7 @@ const Nav = ({ internalLinks, className }: NavProps) => {
|
||||
<nav
|
||||
className={classnames(
|
||||
"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
|
||||
)}
|
||||
ref={observe}
|
||||
|
Loading…
x
Reference in New Issue
Block a user