File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change 66 useLocation ,
77} from '@tanstack/react-router'
88import { CgClose , CgMenuLeft , CgMusicSpeaker } from 'react-icons/cg'
9- import { MdLibraryBooks , MdSupport } from 'react-icons/md'
9+ import { MdLibraryBooks , MdLineAxis , MdSupport } from 'react-icons/md'
1010import { twMerge } from 'tailwind-merge'
1111import { sortBy } from '~/utils/utils'
1212import logoColor100w from '~/images/logo-color-100w.png'
@@ -161,6 +161,18 @@ function LibrariesLayout() {
161161 icon : < MdLibraryBooks /> ,
162162 to : '/learn' ,
163163 } ,
164+ {
165+ label : (
166+ < span className = "flex items-center gap-2" >
167+ Stats
168+ < span className = "text-xs bg-transparent text-transparent bg-clip-text bg-gradient-to-r border border-cyan-600 from-blue-500 to-cyan-500 font-bold px-1 rounded" >
169+ BETA
170+ </ span >
171+ </ span >
172+ ) ,
173+ icon : < MdLineAxis /> ,
174+ to : '/stats/npm' ,
175+ } ,
164176 {
165177 label : 'Discord' ,
166178 icon : < FaDiscord /> ,
You can’t perform that action at this time.
0 commit comments