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 6
6
useLocation ,
7
7
} from '@tanstack/react-router'
8
8
import { CgClose , CgMenuLeft , CgMusicSpeaker } from 'react-icons/cg'
9
- import { MdLibraryBooks , MdSupport } from 'react-icons/md'
9
+ import { MdLibraryBooks , MdLineAxis , MdSupport } from 'react-icons/md'
10
10
import { twMerge } from 'tailwind-merge'
11
11
import { sortBy } from '~/utils/utils'
12
12
import logoColor100w from '~/images/logo-color-100w.png'
@@ -161,6 +161,18 @@ function LibrariesLayout() {
161
161
icon : < MdLibraryBooks /> ,
162
162
to : '/learn' ,
163
163
} ,
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
+ } ,
164
176
{
165
177
label : 'Discord' ,
166
178
icon : < FaDiscord /> ,
You can’t perform that action at this time.
0 commit comments