Skip to content

Commit 267194e

Browse files
fix: lint error
1 parent 869a0d2 commit 267194e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/dashboard/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ function DashboardContent() {
8383
<div className="max-w-sm mx-auto text-center py-20">
8484
<p className="text-neutral-900 dark:text-neutral-100 font-medium mb-2">No prompts yet</p>
8585
<p className="text-sm text-neutral-500 dark:text-neutral-400 mb-6">
86-
Create your first one and it'll show up here.
86+
Create your first one and it&apos;ll show up here.
8787
</p>
8888
<Link
8989
href="/prompts/new"

0 commit comments

Comments
 (0)