diff --git a/src/components/landing-page/create-production.tsx b/src/components/landing-page/create-production.tsx index 390a48bc..c9cf327a 100644 --- a/src/components/landing-page/create-production.tsx +++ b/src/components/landing-page/create-production.tsx @@ -134,7 +134,7 @@ export const CreateProduction = () => { timeout = window.setTimeout(() => { setCopiedUrl(false); - }, 11500); + }, 1500); return () => { if (timeout !== null) {