Skip to content

Commit

Permalink
fix: Se quita toast version 1.0.1 finaliza
Browse files Browse the repository at this point in the history
  • Loading branch information
muke78 committed Nov 25, 2024
1 parent c47c0b2 commit 42b7941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const i18n = getI18N({ currentLocale });
<div class="hero-content text-center z-40">
<Bubble />
<div class="max-w-lg">
<Toast currentLocale={currentLocale} client:load />
<!-- <Toast currentLocale={currentLocale} client:load /> -->
<h1 class="text-6xl xl:text-8xl lg:text-8x1 md:text-8xl font-bold">
{i18n.HEADER.HEADER_TITLE}
</h1>
Expand Down

0 comments on commit 42b7941

Please sign in to comment.