Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
emilkowalski committed Nov 3, 2024
1 parent ca2bf66 commit a9522a2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,6 @@
right: var(--mobile-offset);
left: var(--mobile-offset);
width: 100%;
transition: transform 400ms ease;
}

[data-sonner-toaster][dir='rtl'] {
Expand Down
1 change: 0 additions & 1 deletion website/src/components/Hero/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ export const Hero = () => {
onClick={() => {
toast('Sonner', {
description: 'An opinionated toast component for React.',
duration: Infinity,
});
}}
className={styles.button}
Expand Down

0 comments on commit a9522a2

Please sign in to comment.