Skip to content

Commit

Permalink
update HomeBanner.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafacv23 committed Aug 26, 2024
1 parent c23e56d commit f18d237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/HomeBanner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default async function HomeBanner({ locale }: { locale: string }) {
<section>
<div className="mx-auto max-w-screen-xl px-4 lg:flex lg:items-center">
<div className="mx-auto max-w-3xl text-center">
<h1 className="text-3xl font-extrabold text-transparent sm:text-5xl text-slate-100">
<h1 className="text-3xl font-extrabold sm:text-5xl text-slate-100">
{SITE_TITLE}
</h1>

Expand Down

0 comments on commit f18d237

Please sign in to comment.