fix: Fixed navbar not showing where user is.
This commit is contained in:
@@ -82,7 +82,7 @@ export default function Navbar() {
|
||||
<Link
|
||||
href="/music"
|
||||
className={`px-4 py-2 text-sm font-medium transition-colors ${
|
||||
isActive('/about')
|
||||
isActive('/music')
|
||||
? 'text-white border-b-2 border-white'
|
||||
: 'text-white/50 hover:text-white'
|
||||
}`}
|
||||
|
||||
Reference in New Issue
Block a user