From 61f36999b788441e38a83bd51a731127d7e9ae0a Mon Sep 17 00:00:00 2001 From: Mackie Date: Sun, 24 May 2026 23:07:13 +0800 Subject: [PATCH] hero --- src/components/HeroPage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/HeroPage.tsx b/src/components/HeroPage.tsx index 374f373..179501c 100644 --- a/src/components/HeroPage.tsx +++ b/src/components/HeroPage.tsx @@ -361,7 +361,7 @@ function HeroSection({ isDark }: { isDark: boolean }) { ) } -// ─── Logo cloud (trusted by section) ───────────────────────────────────────── +// ─── Logo cloud (skills that i have) ───────────────────────────────────────── const LOGOS = [ { src: 'https://storage.efferd.com/logo/nvidia-wordmark.svg', alt: 'Nvidia' }, @@ -381,7 +381,7 @@ function LogosSection({ isDark }: { isDark: boolean }) { return (

- built with tools trusted by world-class teams + Skills that i have

{LOGOS.map(l => (