Onboarding verbessern
This commit is contained in:
@@ -338,7 +338,7 @@ export default function DashboardPage() {
|
||||
</Badge>
|
||||
{userPlan === 'FREE' && (
|
||||
<Link href="/pricing">
|
||||
<Button className="bg-slate-900 text-white hover:bg-slate-800">Upgrade</Button>
|
||||
<Button className="bg-primary-600 text-white hover:bg-primary-700">Upgrade</Button>
|
||||
</Link>
|
||||
)}
|
||||
</div>
|
||||
@@ -371,7 +371,7 @@ export default function DashboardPage() {
|
||||
</Button>
|
||||
)}
|
||||
<Link href="/create">
|
||||
<Button className="bg-slate-900 text-white hover:bg-slate-800">Create New QR Code</Button>
|
||||
<Button className="bg-primary-600 text-white hover:bg-primary-700">Create New QR Code</Button>
|
||||
</Link>
|
||||
</div>
|
||||
</div>
|
||||
@@ -401,7 +401,7 @@ export default function DashboardPage() {
|
||||
You have {FREE_DYNAMIC_QR_LIMIT} free dynamic QR codes. They redirect wherever you want and track every scan.
|
||||
</p>
|
||||
<Link href="/create">
|
||||
<Button className="bg-slate-900 text-white hover:bg-slate-800">Create QR Code — it takes 90 seconds</Button>
|
||||
<Button className="bg-primary-600 text-white hover:bg-primary-700">Create QR Code — it takes 90 seconds</Button>
|
||||
</Link>
|
||||
</div>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user