mirror of
https://github.com/soconnor0919/personal-website.git
synced 2025-12-12 23:04:43 -05:00
Remove border transparency
This commit is contained in:
@@ -21,7 +21,9 @@ export function Navigation() {
|
||||
|
||||
return (
|
||||
<>
|
||||
<nav className="sticky top-0 z-[51] bg-background border-b border-border shadow-sm">
|
||||
<nav className={`sticky top-0 z-[51] bg-background shadow-sm border-b ${
|
||||
isOpen ? 'border-transparent' : 'border-border'
|
||||
}`}>
|
||||
<div className="relative max-w-screen-xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||
<div className="flex h-16 items-center justify-between">
|
||||
<Link href="/">
|
||||
|
||||
Reference in New Issue
Block a user