diff --git a/frontend/src/components/LandingPage/HeroSection.tsx b/frontend/src/components/LandingPage/HeroSection.tsx index 2330f28..e781055 100644 --- a/frontend/src/components/LandingPage/HeroSection.tsx +++ b/frontend/src/components/LandingPage/HeroSection.tsx @@ -78,22 +78,22 @@ const HeroPage = () => { src="/images/solanalogo.svg" width={200} height={0} - alt="" - className="w-16 lg:w-64 md:w-32" + alt="Solana Logo" + className={`w-16 lg:w-64 md:w-32 ${isDarkMode ? "brightness-0 invert" : ""}`} />