Skip to content

Commit 6c7a8c3

Browse files
committed
Add beta
1 parent e91abb1 commit 6c7a8c3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

app/routes/stats/npm/index.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1216,8 +1216,11 @@ function RouteComponent() {
12161216
Home
12171217
</Link>
12181218
<FaAngleRight />
1219-
<Link to="." className="hover:text-blue-500">
1220-
NPM Stats
1219+
<Link to="." className="hover:text-blue-500 flex items-center gap-2">
1220+
NPM Stats{' '}
1221+
<span className="bg-gradient-to-r from-blue-500 to-cyan-500 text-white text-xs font-bold px-2 py-0.5 rounded">
1222+
BETA
1223+
</span>
12211224
</Link>
12221225
</div>
12231226
<div className="bg-white dark:bg-black/50 rounded-lg space-y-2 sm:space-y-4 p-2 sm:p-4">

0 commit comments

Comments
 (0)