From a9522a232526e9f8ba5ea8a42d7912a6762b4135 Mon Sep 17 00:00:00 2001 From: emilkowalski Date: Sun, 3 Nov 2024 01:08:06 +0100 Subject: [PATCH] cleanup --- src/styles.css | 1 - website/src/components/Hero/index.tsx | 1 - 2 files changed, 2 deletions(-) diff --git a/src/styles.css b/src/styles.css index ba4f3d7..1b7ca2c 100644 --- a/src/styles.css +++ b/src/styles.css @@ -364,7 +364,6 @@ right: var(--mobile-offset); left: var(--mobile-offset); width: 100%; - transition: transform 400ms ease; } [data-sonner-toaster][dir='rtl'] { diff --git a/website/src/components/Hero/index.tsx b/website/src/components/Hero/index.tsx index 77eae24..2955e75 100644 --- a/website/src/components/Hero/index.tsx +++ b/website/src/components/Hero/index.tsx @@ -19,7 +19,6 @@ export const Hero = () => { onClick={() => { toast('Sonner', { description: 'An opinionated toast component for React.', - duration: Infinity, }); }} className={styles.button}