Skip to content

Commit 07a16d3

Browse files
committed
scape special char
1 parent 0dfef34 commit 07a16d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ export default function Home() {
1616
</Head>
1717
<main className={`${styles.main} ${inter.className}`}>
1818

19-
<h1>Congratulations!</h1>
20-
<p>You've completed the essentials of automated application deployment with GitHub Actions! 🥳</p>
19+
<h1>Congratulations!</h1>
20+
<p>You&apos;ve completed the essentials of automated application deployment with GitHub Actions! 🥳</p>
2121

2222
</main>
2323
</>

0 commit comments

Comments
 (0)