Merge branch 'dev' into promptless/document-developer-tools

This commit is contained in:
promptless[bot] 2026-04-17 21:15:21 +00:00
commit eb58165587
2 changed files with 4 additions and 4 deletions

View File

@ -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 &quot;New Dashboard&quot; above.
Create a dashboard from the command palette ( K) or click &quot;New Dashboard&quot; above.
</Typography>
</div>
</div>

View File

@ -165,8 +165,8 @@ export default function PageClient() {
) : (
<p className="text-xs text-muted-foreground">
{requirePublishableClientKey
? "You&apos;ll receive a publishable client key and a secret server key for this project."
: "You&apos;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&apos;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">