Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link to PCB jams page #974

Merged
merged 1 commit into from
Oct 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions pages/onboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ const ShipPage = () => {
<Button
variant="ctaLg"
as="a"
href="https://hack.af/pcb-jam"
href="https://jams.hackclub.com/tag/pcb"
target="_blank"
sx={{
background: t => t.util.gx('#60cc38', '#113b11')
Expand Down Expand Up @@ -765,7 +765,7 @@ const ShipPage = () => {
<Button
variant="lg"
as="a"
href="https://hack.af/pcb-jam"
href="https://jams.hackclub.com/tag/pcb"
target="_blank"
>
Learn PCB Design Now!
Expand Down Expand Up @@ -1055,10 +1055,10 @@ const ShipPage = () => {
>
<Text as="h3">Learn to PCB</Text>
<Text as="p">
Read our Hacker Card tutorial to learn how to make a simple
circuit board from start to end.
Read our tutorials to learn how to make a simple
circuit boards from start to end.
</Text>
<Button as="a" href="https://hack.af/pcb-jam" target="_blank">
<Button as="a" href="https://jams.hackclub.com/tag/pcb" target="_blank">
Start the Tutorial
</Button>
</Flex>
Expand Down