Skip to content

Remove broken slack links on Hackathon Grant page that redirect to High Seas #1425

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
30 changes: 1 addition & 29 deletions components/hackathons/grant/apply.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,17 +134,7 @@ const Apply = ({ channel }) => {
duration="Step 1"
name={
<>
On{' '}
<Link
href="https://hackclub.com/slack"
target="_blank"
sx={{
color: 'white'
}}
>
Slack
</Link>
, send your website to{' '}
On Slack, send your website to{' '}
<Link href={channel} target="_blank">
#hackathon-grants
</Link>
Expand Down Expand Up @@ -181,24 +171,6 @@ const Apply = ({ channel }) => {
</Grid>

<Slide left>
<Link
href="/slack/?reason=Application%20for%20the%20high%20school%20hackathon%20grant"
target="_blank"
sx={{ textDecoration: 'none' }}
>
<Button
as="a"
variant="primary"
sx={{
fontSize: [2, null, 3],
display: 'block',
mx: 'auto',
width: 'fit-content'
}}
>
Join Slack
</Button>
</Link>
<Box
sx={{
fontSize: ['14px', 1, 1],
Expand Down
12 changes: 1 addition & 11 deletions pages/hackathons/grant.js
Original file line number Diff line number Diff line change
Expand Up @@ -316,17 +316,7 @@ const HackathonGrant = () => {
>
guide on building hackathon websites
</Link>{' '}
or ask in{' '}
<Link
href="/slack"
target="_blank"
sx={{
color: 'muted'
}}
>
Slack
</Link>{' '}
if you need help.
or ask in Slack if you need help.
</Text>
</Requirement>
<Requirement
Expand Down