Skip to content

Commit

Permalink
chore: merged with main
Browse files Browse the repository at this point in the history
  • Loading branch information
jrgarciadev committed Mar 8, 2025
2 parents 5fbc2a2 + a8e32fb commit 03ee057
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/components/heroui-chat-banner.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
1 change: 1 addition & 0 deletions packages/components/toast/stories/toast.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ const CustomToastComponent = (args) => {
</div>
),
color: color,
...args,
});
}}
>
Expand Down

0 comments on commit 03ee057

Please sign in to comment.