Skip to content

change numclubs to 800 #1470

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion components/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ const Footer = ({
<Link href="https://events.hackclub.com/">Community Events</Link>
<Link href="https://jams.hackclub.com/">Jams</Link>
<Link href="https://toolbox.hackclub.com/">Toolbox</Link>
<Link href="https://directory.hackclub.com/">Clubs Directory</Link>
<Link href="https://hackclub.com/map/">Clubs Map</Link>
<Link href="https://hackclub.com/conduct/">Code of Conduct</Link>
</Box>
<Box sx={{ gridColumn: ['span 2', 'span 1'] }}>
Expand Down
2 changes: 1 addition & 1 deletion components/index/cards/clubs.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default function Clubs() {
width: 'fit-content'
}}
>
A Network of 400+ Coding Clubs
A Network of 850+ Coding Clubs
</Text>
<Grid columns={[1, 1, 2]} sx={{ position: 'relative', zIndex: 2 }}>
<Box>
Expand Down
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ function Page({
<Text as="p" variant="subtitle">
<strong sx={{ mb: 1 }}>Gather IRL with other makers</strong>
Meet other Hack&nbsp;Clubbers in your community to build
together at one of the 400+{' '}
together at one of the 850+{' '}
<Link href="/clubs" target="_blank" rel="noopener">
Hack&nbsp;Clubs
</Link>{' '}
Expand Down
Loading