Skip to content

Commit 5cd30b6

Browse files
committed
remove nav bar divider
1 parent d81488a commit 5cd30b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Navbar.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const navItems = [
88
];
99
---
1010

11-
<nav class="fixed top-0 left-0 right-0 z-50 backdrop-blur-lg bg-black/50 border-b border-white/10">
11+
<nav class="fixed top-0 left-0 right-0 z-50 backdrop-blur-lg bg-black/50">
1212
<div class="container mx-auto px-4">
1313
<div class="flex items-center justify-between h-24">
1414
<!-- Logo Section -->

0 commit comments

Comments
 (0)