Skip to content

Commit 52ca035

Browse files
Escape apostrophe
1 parent 4670747 commit 52ca035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ export default function Home() {
356356
{[
357357
{
358358
title: "Open Source Software Development",
359-
explanation: "Developers can reward themselves for coding, fixing bugs, writing documentation and improving a project's impact.",
359+
explanation: "Developers can reward themselves for coding, fixing bugs, writing documentation and improving a project's impact.",
360360
gradient: "from-blue-500 to-blue-600 dark:from-yellow-400 dark:to-yellow-500"
361361
},
362362
{

0 commit comments

Comments
 (0)