Skip to content

Commit 6a9bed5

Browse files
committed
fix(not-found): correct quotes in text for proper display
1 parent 829b5e8 commit 6a9bed5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

playground/src/app/not-found.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,15 @@ export default function NotFound() {
3737
<div className="mb-6 space-y-2">
3838
<h2 className="text-3xl md:text-5xl font-bold text-white mb-4 animate-bounce">Page not found</h2>
3939
<p className="text-lg md:text-xl text-slate-300 animate-fade-in">
40-
Sorry, the page you visited doesn't exist or has been moved.
40+
Sorry, the page you visited doesn&apos;t exist or has been moved.
4141
</p>
4242
</div>
4343

4444
{/* Description */}
4545
<div className="mb-8 animate-pulse">
4646
<p className="text-slate-400 max-w-md mx-auto leading-relaxed">
47-
Don't worry, this happens. You can return to the home page or try searching for what you're looking for.
47+
Don&apos;t worry, this happens. You can return to the home page or try searching for what you&apos;re
48+
looking for.
4849
</p>
4950
</div>
5051

0 commit comments

Comments
 (0)