File tree Expand file tree Collapse file tree 1 file changed +2
-15
lines changed
Expand file tree Collapse file tree 1 file changed +2
-15
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ import {
2020 X ,
2121 Rss ,
2222 Home ,
23+ Grid2X2 ,
2324} from 'lucide-react'
2425import { ThemeToggle } from './ThemeToggle'
2526import { 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 >
You can’t perform that action at this time.
0 commit comments