Skip to content

Commit

Permalink
Remove unstyled prop from Hero toast (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorKowalczyk authored Nov 30, 2023
1 parent 3880267 commit 924568f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions website/src/components/Hero/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ export const Hero = () => {
data-primary=""
onClick={() => {
toast('Sonner', {
description: 'An opinionated toast component for React.',
unstyled: true,
description: 'An opinionated toast component for React.'
});
}}
className={styles.button}
Expand Down

1 comment on commit 924568f

@vercel
Copy link

@vercel vercel bot commented on 924568f Nov 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.