Skip to content

Commit 32461e0

Browse files
committed
Update footer and validate json
1 parent eeb26c5 commit 32461e0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

usehooks.com/src/sections/Footer.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<a href="https://ui.dev" class="byline">by ui.dev</a>
99
<nav>
1010
<a href="https://github.com/uidotdev/usehooks">Fork on GitHub</a>
11-
<a href="https://www.npmjs.com/package/@uidotdev/usehooks">Install with npm</a>
12-
<a href="https://react.gg">Learn with react.gg</a>
11+
<a href="https://bytes.dev">JavaScript Newsletter</a>
12+
<a href="https://react.gg">Learn React</a>
1313
</nav>
1414
</footer>
1515

usehooks.com/vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,6 @@
122122
{
123123
"source": "/useAsync",
124124
"destination": "/"
125-
},
125+
}
126126
]
127127
}

0 commit comments

Comments
 (0)