From 9ddbfcb05b2b1fd01310cc09f2fc9f488d994ec1 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Thu, 28 Aug 2025 14:23:48 +0200 Subject: [PATCH] update delay --- logo/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/logo/index.html b/logo/index.html index f9c3455..b0325ec 100644 --- a/logo/index.html +++ b/logo/index.html @@ -94,8 +94,7 @@ const animate = () => { } setInterval(animate, 30000) -setTimeout(animateLogo, 3000) -setTimeout(animateBuymeacoffe, 3000) +setTimeout(animate, 3000)