From 7f017f133a73d691a673fab947253978ce76f1be Mon Sep 17 00:00:00 2001 From: Joseph Date: Thu, 23 Apr 2026 14:30:07 +1200 Subject: [PATCH 1/2] small bug, soical icon flicker in hero.tsx --- src/components/hero.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/hero.tsx b/src/components/hero.tsx index e759f4c..8fb5ced 100644 --- a/src/components/hero.tsx +++ b/src/components/hero.tsx @@ -48,7 +48,7 @@ export function Hero() { href="https://instagram.com/web3uoa" target="_blank" rel="noopener noreferrer" - className="text-muted-foreground hover:text-primary transition-colors hover:-translate-y-1 transform duration-200" + className="group text-muted-foreground hover:text-primary transition-colors pb-2 transform duration-200 transition-transform hover:-translate-y-1" aria-label="Instagram" > @@ -57,7 +57,7 @@ export function Hero() { href="https://x.com/web3uoa" target="_blank" rel="noopener noreferrer" - className="text-muted-foreground hover:text-primary transition-colors hover:-translate-y-1 transform duration-200" + className="group text-muted-foreground hover:text-primary transition-colors pb-2 transform duration-200 transition-transform hover:-translate-y-1" aria-label="X (Twitter)" > From 7e8207e341ec0bf4a93d8fce5d91534c22bee7d6 Mon Sep 17 00:00:00 2001 From: Joseph Date: Thu, 23 Apr 2026 16:06:59 +1200 Subject: [PATCH 2/2] bug fix for the flickering in the hero section --- src/components/hero.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/hero.tsx b/src/components/hero.tsx index 8fb5ced..4cee764 100644 --- a/src/components/hero.tsx +++ b/src/components/hero.tsx @@ -48,7 +48,7 @@ export function Hero() { href="https://instagram.com/web3uoa" target="_blank" rel="noopener noreferrer" - className="group text-muted-foreground hover:text-primary transition-colors pb-2 transform duration-200 transition-transform hover:-translate-y-1" + className="text-muted-foreground hover:text-primary transition-colors transform duration-200 transition-transform hover:-translate-y-1" aria-label="Instagram" > @@ -57,7 +57,7 @@ export function Hero() { href="https://x.com/web3uoa" target="_blank" rel="noopener noreferrer" - className="group text-muted-foreground hover:text-primary transition-colors pb-2 transform duration-200 transition-transform hover:-translate-y-1" + className="text-muted-foreground hover:text-primary transition-colors transform duration-200 transition-transform hover:-translate-y-1" aria-label="X (Twitter)" >