From 168419f906450708e5da3ab7555abc4d3d1aa9be Mon Sep 17 00:00:00 2001 From: malmen237 Date: Fri, 12 Jul 2024 15:02:01 +0200 Subject: [PATCH] fix: reset of dev-update --- src/components/landing-page/create-production.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {