Skip to content

Commit 03ee057

Browse files
committed
chore: merged with main
2 parents 5fbc2a2 + a8e32fb commit 03ee057

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

apps/docs/components/heroui-chat-banner.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export const HeroUIChatBanner = () => {
4949
<div className="flex w-full items-center justify-between md:justify-center gap-x-3">
5050
<a
5151
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"
52+
href="https://heroui.chat?utm_source=heroui.com&utm_medium=top-banner"
5353
rel="noopener noreferrer"
5454
target="_blank"
5555
onClick={handleClick}

packages/components/toast/stories/toast.stories.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,7 @@ const CustomToastComponent = (args) => {
331331
</div>
332332
),
333333
color: color,
334+
...args,
334335
});
335336
}}
336337
>

0 commit comments

Comments
 (0)