Skip to content

Commit

Permalink
testing an update to main
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoEscaleira committed Nov 21, 2023
1 parent 1b2b92f commit ed7c312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Image from 'next/image'
export default function Home() {
return (
<main className="flex w-screen min-h-screen items-center justify-center">
<h1 className='text-4xl text-blue-400'>Meet the countries</h1>
<h1 className='text-4xl text-blue-400'>Meet the countries2</h1>
</main>
)
}

0 comments on commit ed7c312

Please sign in to comment.