Skip to content

Commit

Permalink
refactor: remove h1
Browse files Browse the repository at this point in the history
  • Loading branch information
Siumauricio committed Nov 3, 2024
1 parent 32b1cc7 commit 84508fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/website/components/sponsors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ export const Sponsors = () => {
return (
<div className="mt-20 flex flex-col justify-center gap-y-10 w-full ">
<div className="flex flex-col justify-start gap-4 px-4">
<h1 className="mx-auto max-w-2xl font-display text-3xl font-medium tracking-tight text-primary sm:text-5xl text-center">
<h3 className="mx-auto max-w-2xl font-display text-3xl font-medium tracking-tight text-primary sm:text-5xl text-center">
{t("hero.sponsors.title")}
</h1>
</h3>
<p className="mx-auto max-w-2xl text-lg tracking-tight text-muted-foreground text-center">
{t("hero.sponsors.description")}
</p>
Expand Down

0 comments on commit 84508fd

Please sign in to comment.