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 e91abb1 commit 6c7a8c3Copy full SHA for 6c7a8c3
app/routes/stats/npm/index.tsx
@@ -1216,8 +1216,11 @@ function RouteComponent() {
1216
Home
1217
</Link>
1218
<FaAngleRight />
1219
- <Link to="." className="hover:text-blue-500">
1220
- NPM Stats
+ <Link to="." className="hover:text-blue-500 flex items-center gap-2">
+ 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>
1224
1225
</div>
1226
<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