We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 869a0d2 commit 267194eCopy full SHA for 267194e
1 file changed
app/dashboard/page.tsx
@@ -83,7 +83,7 @@ function DashboardContent() {
83
<div className="max-w-sm mx-auto text-center py-20">
84
<p className="text-neutral-900 dark:text-neutral-100 font-medium mb-2">No prompts yet</p>
85
<p className="text-sm text-neutral-500 dark:text-neutral-400 mb-6">
86
- Create your first one and it'll show up here.
+ Create your first one and it'll show up here.
87
</p>
88
<Link
89
href="/prompts/new"
0 commit comments