Skip to content

Commit

Permalink
fix: mtc title to be h1 for SEO
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoEscaleira committed Mar 10, 2024
1 parent cde3374 commit d39b098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export function Component() {
alt="Planet Earth"
className="mb-6 h-32 w-32 sm:mb-8 sm:h-44 sm:w-44"
/>
<Typography variant="h3" className="mb-4 font-semibold">
<Typography variant="h1" className="mb-4 font-semibold text-3xl md:text-4xl">
Meet the Countries
</Typography>
<Typography className="mb-6 text-center text-base font-light text-black sm:mb-8 sm:text-lg">
Expand Down

0 comments on commit d39b098

Please sign in to comment.