Skip to content

Commit 346d38d

Browse files
committed
fix(changelog): Correct apostrophe in "What's New" heading
1 parent f0dd8cd commit 346d38d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/(site)/changelog/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ export default function ChangelogPage() {
264264
loading="lazy"
265265
/>
266266
<h4 className="text-card-foreground mb-3 text-lg font-bold">
267-
What's New
267+
What&apos;s New
268268
</h4>
269269
<div className="text-muted-foreground leading-relaxed whitespace-pre-wrap">
270270
{extractWhatsNew(entry.body)}

0 commit comments

Comments
 (0)