Skip to content

Commit b679871

Browse files
committed
Fix lockfile sync and Devfolio hero tweaks
1 parent 96f4591 commit b679871

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

package-lock.json

Lines changed: 16 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
"eslint": "^8.57.0",
3030
"eslint-config-next": "14.2.5",
3131
"postcss": "^8.5.6",
32+
"typescript": "5.9.3",
3233
"tailwindcss": "^3.4.18",
3334
"tailwindcss-animate": "^1.0.7"
3435
}

src/components/sections/HeroSection.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export default function HeroSection() {
2525
aria-hidden={false}
2626
>
2727
<a
28-
href="https://ethindia.co"
28+
href="https://ethindia.org"
2929
target="_blank"
3030
rel="noopener noreferrer"
3131
aria-label="ETHIndia"

0 commit comments

Comments
 (0)