This commit is contained in:
Desktop
2025-11-14 06:01:44 +05:00
parent dedf64d932
commit a3afc0cd18
7 changed files with 1 additions and 1 deletions

View File

@@ -188,7 +188,7 @@ const Home: React.FC = () => {
className="h-8 md:h-10 opacity-60 grayscale hover:opacity-100 hover:grayscale-0 transition"
>
<img
src={`/marketing/images/logo-${name}.svg`}
src={`/marketing/images/logo-${name}.png`}
alt={`${name} logo`}
className="h-full w-auto"
/>