Skip to content

Commit

Permalink
💩 Test template update
Browse files Browse the repository at this point in the history
  • Loading branch information
fTrestour committed Oct 26, 2024
1 parent e8d3417 commit ac59db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default function Home() {
return (
<Layout title="Welcome to My Website" lang="en">
<div class="flex min-h-screen flex-col items-center justify-center bg-gray-100">
<h1 class="font-bold text-4xl">Welcome to My Website</h1>
<h1 class="font-bold text-4xl">Welcome to my website</h1>
</div>
</Layout>
);
Expand Down

0 comments on commit ac59db5

Please sign in to comment.