Skip to content

Commit 795467f

Browse files
authored
Update index.js
1 parent 068a68d commit 795467f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pages/index.js

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

1919
<h1>Congratulations!</h1>
20-
<p>You've completed the essentials of automated application deployment with GitHub Actions! 🥳</p>
20+
<img src="https://octodex.github.com/images/NUX_Octodex.gif" alt="Description of GIF" />
21+
<p>Congrats, you've successfully set up an automated workflow with GitHub Actions to deploy your Next.js application to GitHub Pages! 🥳</p>
2122

2223
</main>
2324
</>

0 commit comments

Comments
 (0)