We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26fa6d3 commit c902366Copy full SHA for c902366
1 file changed
src/components/Navbar.tsx
@@ -20,6 +20,7 @@ import {
20
X,
21
Rss,
22
Home,
23
+ Grid2X2,
24
} from 'lucide-react'
25
import { ThemeToggle } from './ThemeToggle'
26
import { SearchButton } from './SearchButton'
@@ -429,21 +430,7 @@ export function Navbar({ children }: { children: React.ReactNode }) {
429
430
}}
431
>
432
<div className="flex items-center gap-2">
- <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>
+ <Grid2X2 className="w-4 h-4" />
447
<div>More Libraries</div>
448
</div>
449
</Link>
0 commit comments