We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5fbc2a2 + a8e32fb commit 03ee057Copy full SHA for 03ee057
apps/docs/components/heroui-chat-banner.tsx
@@ -49,7 +49,7 @@ export const HeroUIChatBanner = () => {
49
<div className="flex w-full items-center justify-between md:justify-center gap-x-3">
50
<a
51
className="text-small flex items-end sm:text-[0.93rem] text-foreground hover:opacity-80 transition-opacity"
52
- href="https://heroui.pro?utm_source=heroui.com&utm_medium=top-banner"
+ href="https://heroui.chat?utm_source=heroui.com&utm_medium=top-banner"
53
rel="noopener noreferrer"
54
target="_blank"
55
onClick={handleClick}
packages/components/toast/stories/toast.stories.tsx
@@ -331,6 +331,7 @@ const CustomToastComponent = (args) => {
331
</div>
332
),
333
color: color,
334
+ ...args,
335
});
336
}}
337
>
0 commit comments