Skip to content

Commit 0ee4f83

Browse files
committed
removed eth logo
1 parent 6a059ad commit 0ee4f83

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

src/components/sections/HeroSection.jsx

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -78,21 +78,7 @@ export default function HeroSection() {
7878
}}
7979
aria-hidden={false}
8080
>
81-
<a
82-
href="https://ethindia.org"
83-
target="_blank"
84-
rel="noopener noreferrer"
85-
aria-label="ETHIndia"
86-
className="block p-1 rounded-md hover:scale-105 transition-transform duration-200"
87-
>
88-
<Image
89-
src="/images/ethindia-light.png"
90-
alt="ETHIndia"
91-
width={120}
92-
height={30}
93-
className="object-contain"
94-
/>
95-
</a>
81+
9682

9783
</div>
9884

0 commit comments

Comments
 (0)