Updated join-us and FAQ links to link back to their sections on the home page.

This commit is contained in:
Bill Ray
2022-12-29 11:51:31 -05:00
parent 4ead078f89
commit d1eeecbf7a
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ export function NavLinks(): JSX.Element {
return (
<>
{[
["Join Us", "#join-us"],
["FAQ", "#faq"],
["Join Us", "/#join-us"],
["FAQ", "/#faq"],
].map(([label, href], index) => (
<Link
key={label}