From ecc348753e2ca4561d6c634231dbf2c0d033a2b9 Mon Sep 17 00:00:00 2001 From: marzban-dev Date: Mon, 25 May 2026 02:27:13 +0330 Subject: [PATCH] Connect thumbnails --- frontend/components/home/Hero.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/frontend/components/home/Hero.vue b/frontend/components/home/Hero.vue index 4cc607b..49c470e 100644 --- a/frontend/components/home/Hero.vue +++ b/frontend/components/home/Hero.vue @@ -117,7 +117,7 @@ const initializeGsapAnimation = () => { const resetTimelineForMobile = () => { gsap.to("#header-navbar", { background: "white", - boxShadow: "0 10px 15px -3px rgba(0,0,0,0.05)" + boxShadow: "0 10px 15px -3px rgba(0,0,0,0.05)", }); gsap.to(".header-navbar-item", { filter: "invert(0%)", @@ -182,12 +182,13 @@ onUnmounted(() => {