chore: merged with main

This commit is contained in:
Junior Garcia 2025-03-08 16:11:06 -03:00
commit 03ee057eed
2 changed files with 2 additions and 1 deletions

View File

@ -49,7 +49,7 @@ export const HeroUIChatBanner = () => {
<div className="flex w-full items-center justify-between md:justify-center gap-x-3">
<a
className="text-small flex items-end sm:text-[0.93rem] text-foreground hover:opacity-80 transition-opacity"
href="https://heroui.pro?utm_source=heroui.com&utm_medium=top-banner"
href="https://heroui.chat?utm_source=heroui.com&utm_medium=top-banner"
rel="noopener noreferrer"
target="_blank"
onClick={handleClick}

View File

@ -331,6 +331,7 @@ const CustomToastComponent = (args) => {
</div>
),
color: color,
...args,
});
}}
>