Merge branch 'hackclub:main' into main

This commit is contained in:
Soar1826 2023-08-21 22:41:32 -07:00 committed by GitHub
commit ac894f677f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -149,7 +149,7 @@ const Navigation = props => (
<Link>Slack</Link>
</NextLink>
<Link href="https://scrapbook.hackclub.com/">Scrapbook</Link>
<Link href="https://workshops.hackclub.com/">Workshops</Link>
<Link href="https://jams.hackclub.com/">Jams</Link>
<NextLink href="/onboard" passHref>
<Link>OnBoard</Link>
</NextLink>

View file

@ -69,7 +69,7 @@
},
"devDependencies": {
"eslint": "8.47.0",
"prettier": "^3.0.2"
"prettier": "^3.0.2",
"eslint-config-next": "13.4.19"
}
}