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 c60daf9 commit 7ab93fbCopy full SHA for 7ab93fb
components/mobile-nav.tsx
@@ -102,6 +102,11 @@ export function MobileNav() {
102
{item.label}
103
</span>
104
)}
105
+ {item.paid && (
106
+ <span className="ml-2 rounded-md bg-[#4ade80] px-1.5 py-0.5 text-xs leading-none text-[#000000] no-underline group-hover:no-underline">
107
+ Pro
108
+ </span>
109
+ )}
110
</MobileLink>
111
) : (
112
<span
0 commit comments