Merge branch 'main' into eslint

This commit is contained in:
Desmond Grealy
2022-12-29 10:32:21 -08:00
committed by GitHub
21 changed files with 504 additions and 781 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}