We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a059ad commit 0ee4f83Copy full SHA for 0ee4f83
1 file changed
src/components/sections/HeroSection.jsx
@@ -78,21 +78,7 @@ export default function HeroSection() {
78
}}
79
aria-hidden={false}
80
>
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>
+
96
97
</div>
98
0 commit comments