1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-25 16:39:02 +02:00

Update UI for premium page

This commit is contained in:
Kamran Ahmed
2025-05-21 13:32:27 +01:00
parent 1eb82730d2
commit 3c7524cda8

View File

@@ -89,7 +89,7 @@ export function PremiumPage() {
onClick={handleUpgrade} onClick={handleUpgrade}
className="rounded-lg rounded-xl bg-blue-600 px-6 py-3 text-lg font-medium text-white transition-colors hover:bg-blue-700" className="rounded-lg rounded-xl bg-blue-600 px-6 py-3 text-lg font-medium text-white transition-colors hover:bg-blue-700"
> >
Upgrade to Premium Upgrade for just <span className='text-white ml-1'>$10/month</span>
</button> </button>
</div> </div>
</div> </div>