Skip to content

Commit

Permalink
Update image
Browse files Browse the repository at this point in the history
  • Loading branch information
Dcrammer777 committed Oct 17, 2023
1 parent 049335d commit 8eaa443
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ export default function Home() {
return (
<main className={`p-20 w-[600px] ${inter.className}`}>
<h1 className="text-4xl">Hello There.</h1>
<p className="text-sm mt-1 text-zinc-700">This is a frontend application used to test some microservices.</p>
<div className="text-sm mt-1 text-zinc-700">
<p>This is a frontend application used to test some microservices.</p>
<p>This is version 1.0.5 of this application</p>
</div>
</main>
)
}

0 comments on commit 8eaa443

Please sign in to comment.