Skip to content

Commit 7ab93fb

Browse files
authoredMar 11, 2025
feat(ui): add Pro label to navbar items in mobile view (magicuidesign#589)
1 parent c60daf9 commit 7ab93fb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎components/mobile-nav.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@ export function MobileNav() {
102102
{item.label}
103103
</span>
104104
)}
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+
)}
105110
</MobileLink>
106111
) : (
107112
<span

0 commit comments

Comments
 (0)