Skip to content

Commit 25780ed

Browse files
committed
Fix build
1 parent be6b4da commit 25780ed

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

apps/web/pages/developers-care-about-changelog.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export default function DevelopersCareAboutChangelog() {
7777
<span className="underline decoration-yellow-500 text-white">Changelogs</span>
7878
</h1>
7979
<p className="text-xl text-gray-300 mb-8 max-w-3xl mx-auto leading-relaxed">
80-
Well-crafted changelogs aren't just documentation—they're a bridge of trust between you and the developers who depend on your software.
80+
Well-crafted changelogs aren&apos;t just documentation—they&apos;re a bridge of trust between you and the developers who depend on your software.
8181
Learn why they matter and how to create ones that developers actually love.
8282
</p>
8383
<div className="flex flex-col sm:flex-row gap-4 justify-center">
@@ -106,7 +106,7 @@ export default function DevelopersCareAboutChangelog() {
106106
Why Developers Actually Care About Changelogs
107107
</h2>
108108
<p className="text-xl text-gray-600 dark:text-gray-300 max-w-3xl mx-auto">
109-
For developers, changelogs aren't just nice-to-have documentation. They're essential tools for making informed decisions about updates, debugging issues, and planning integrations.
109+
For developers, changelogs aren&apos;t just nice-to-have documentation. They&apos;re essential tools for making informed decisions about updates, debugging issues, and planning integrations.
110110
</p>
111111
</div>
112112

@@ -173,7 +173,7 @@ export default function DevelopersCareAboutChangelog() {
173173
What Developers Want in Changelogs
174174
</h2>
175175
<p className="text-xl text-gray-600 dark:text-gray-300 max-w-3xl mx-auto">
176-
Not all changelogs are created equal. Here's what makes a changelog truly valuable for developers.
176+
Not all changelogs are created equal. Here&apos;s what makes a changelog truly valuable for developers.
177177
</p>
178178
</div>
179179

@@ -272,7 +272,7 @@ export default function DevelopersCareAboutChangelog() {
272272
Consistent Format
273273
</h3>
274274
<p className="text-gray-600 dark:text-gray-300">
275-
Use a consistent structure and format that's easy to scan and parse.
275+
Use a consistent structure and format that&apos;s easy to scan and parse.
276276
</p>
277277
</div>
278278
</div>
@@ -311,7 +311,7 @@ export default function DevelopersCareAboutChangelog() {
311311
Reduced Support
312312
</h3>
313313
<p className="text-gray-600 dark:text-gray-300">
314-
Clear changelogs reduce support tickets by answering questions before they're asked.
314+
Clear changelogs reduce support tickets by answering questions before they&apos;re asked.
315315
</p>
316316
</div>
317317

@@ -323,7 +323,7 @@ export default function DevelopersCareAboutChangelog() {
323323
Faster Updates
324324
</h3>
325325
<p className="text-gray-600 dark:text-gray-300">
326-
Developers update more confidently when they understand what's changing.
326+
Developers update more confidently when they understand what&apos;s changing.
327327
</p>
328328
</div>
329329
</div>

0 commit comments

Comments
 (0)