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)