Skip to content

Commit

Permalink
edit: home component
Browse files Browse the repository at this point in the history
  • Loading branch information
Clue355 committed Feb 6, 2024
1 parent b8c6728 commit a96424b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
context: .
file: ./Dockerfile.dev
push: true
tags: ghcr.io/clue355/image:dev
tags: ghcr.io/clue355/azure_pipeline:dev
2 changes: 1 addition & 1 deletion app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export default function Home() {
return (
<main className="flex min-h-screen flex-col items-center justify-between p-24">
<h1>Hello Shashi</h1>
<h2></h2>
<h2>Test to see if new code is deployed. If you see this it was a success</h2>
</main>
);
}

0 comments on commit a96424b

Please sign in to comment.