mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
Merge branch 'dev' into promptless/document-developer-tools
This commit is contained in:
commit
eb58165587
@ -77,7 +77,7 @@ export default function PageClient() {
|
||||
<div>
|
||||
<Typography className="font-semibold text-foreground">No dashboards yet</Typography>
|
||||
<Typography variant="secondary" className="text-sm mt-1">
|
||||
Create a dashboard from the command palette (Cmd+K) or click "New Dashboard" above.
|
||||
Create a dashboard from the command palette (⌘ K) or click "New Dashboard" above.
|
||||
</Typography>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -165,8 +165,8 @@ export default function PageClient() {
|
||||
) : (
|
||||
<p className="text-xs text-muted-foreground">
|
||||
{requirePublishableClientKey
|
||||
? "You'll receive a publishable client key and a secret server key for this project."
|
||||
: "You'll receive a secret server key for this project."}
|
||||
? "You'll receive a publishable client key and a secret server key for this project."
|
||||
: "You'll receive a secret server key for this project."}
|
||||
</p>
|
||||
),
|
||||
},
|
||||
@ -411,7 +411,7 @@ export default function PageClient() {
|
||||
<DesignCard
|
||||
glassmorphic
|
||||
title="Need more detail?"
|
||||
subtitle="See Vercel's documentation on environment variables for more details."
|
||||
subtitle="See Vercel's documentation on environment variables for more details."
|
||||
icon={ClockIcon}
|
||||
>
|
||||
<DesignButton asChild variant="secondary">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user