We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dfef34 commit 07a16d3Copy full SHA for 07a16d3
pages/index.js
@@ -16,8 +16,8 @@ export default function Home() {
16
</Head>
17
<main className={`${styles.main} ${inter.className}`}>
18
19
- <h1>Congratulations!</h1>
20
- <p>You've completed the essentials of automated application deployment with GitHub Actions! 🥳</p>
+ <h1>Congratulations!</h1>
+ <p>You've completed the essentials of automated application deployment with GitHub Actions! 🥳</p>
21
22
</main>
23
</>
0 commit comments