Skip to content

Commit c902366

Browse files
committed
better icon
1 parent 26fa6d3 commit c902366

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

src/components/Navbar.tsx

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ import {
2020
X,
2121
Rss,
2222
Home,
23+
Grid2X2,
2324
} from 'lucide-react'
2425
import { ThemeToggle } from './ThemeToggle'
2526
import { SearchButton } from './SearchButton'
@@ -429,21 +430,7 @@ export function Navbar({ children }: { children: React.ReactNode }) {
429430
}}
430431
>
431432
<div className="flex items-center gap-2">
432-
<div className="flex items-center gap-4 justify-between">
433-
<svg
434-
className="w-4 h-4"
435-
fill="none"
436-
viewBox="0 0 24 24"
437-
stroke="currentColor"
438-
>
439-
<path
440-
strokeLinecap="round"
441-
strokeLinejoin="round"
442-
strokeWidth={2}
443-
d="M9 5l7 7-7 7"
444-
/>
445-
</svg>
446-
</div>
433+
<Grid2X2 className="w-4 h-4" />
447434
<div>More Libraries</div>
448435
</div>
449436
</Link>

0 commit comments

Comments
 (0)