remove navbar border

This commit is contained in:
Chuck Dries 2022-10-20 21:51:48 -07:00
parent 59a59337af
commit ab88b670e8
No known key found for this signature in database
GPG Key ID: A00B7AEAE1DC5BE6

View File

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