Skip to content

Commit 66844f7

Browse files
update homepage heading to emphasize first deploy with GitHub Actions
1 parent 7865c97 commit 66844f7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/app/page.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ export default function Home() {
22
return (
33
<div className="grid grid-rows-[20px_1fr_20px] items-center justify-items-center min-h-screen p-8 pb-20 gap-16 sm:p-20">
44
<main className="flex flex-col gap-[32px] row-start-2 items-center sm:items-start">
5-
<h1>My first deploy with Github Actions and use my own action v1.2</h1>
5+
<h1>
6+
My first deploy with Github Actions and use my own action v1.2 !!!
7+
</h1>
68
</main>
79
</div>
810
);

0 commit comments

Comments
 (0)