diff --git a/components/hackathons/features/slack.js b/components/hackathons/features/slack.js
index a04d2fa4..e262131d 100644
--- a/components/hackathons/features/slack.js
+++ b/components/hackathons/features/slack.js
@@ -1,7 +1,7 @@
-import { Button, Box, Container, Heading, Text } from 'theme-ui'
+import { Button, Box, Container, Heading, Text, Link } from 'theme-ui'
import usePrefersMotion from '../../../lib/use-prefers-motion'
import useHasMounted from '../../../lib/use-has-mounted'
-import Link from 'next/link'
+import NextLink from 'next/link'
import { thousands } from '../../../lib/members'
const Content = () => (
@@ -38,13 +38,28 @@ const Content = () => (
.
- The {/* */}
- #hackathon-organizers
- {/* */} channel is where teenagers around the world ask questions
- and share their own hackathon organizing experiences. You'll connect with
- other teens, like yourself, who have organized amazing events.
+ The{' '}
+
+
+ #hackathon-organizers
+
+ {' '}
+ channel is where teenagers around the world ask questions and share their
+ own hackathon organizing experiences—from finding a venue to securing
+ sponsorships to ordering food.
-
+
-
+
)
diff --git a/components/hackathons/keep-exploring.js b/components/hackathons/keep-exploring.js
index 0bc7007a..78eb32a5 100644
--- a/components/hackathons/keep-exploring.js
+++ b/components/hackathons/keep-exploring.js
@@ -58,7 +58,7 @@ export default function KeepExploring() {
sx={{ maxWidth: 'copyUltra', mx: 'auto' }}
>
- Beyond the hackathon.
+ Behind the scenes...
Looking for hackathons?{' '}
-
+
{/*
Leading text
diff --git a/components/hackathons/overview.js b/components/hackathons/overview.js
index 7869d977..c9305e4b 100644
--- a/components/hackathons/overview.js
+++ b/components/hackathons/overview.js
@@ -49,8 +49,8 @@ export default function Overview() {
- Get a $500 grant for your hackathon and access to a suite of
- financial tools when you join Hack Club Bank.
+ Get a $500 grant for your hackathon (thanks to FIRST),
+ and access to a suite of financial tools when you join Hack Club
+ Bank.
>
}
/>
diff --git a/next.config.js b/next.config.js
index dde48b1b..48f5fa4e 100755
--- a/next.config.js
+++ b/next.config.js
@@ -14,7 +14,8 @@ const nextConfig = {
'cloud-k18c7grqc-hack-club-bot.vercel.app',
'cloud-kcloydjv0-hack-club-bot.vercel.app',
'cloud-dtijd5g0u-hack-club-bot.vercel.app',
- 'cloud-3aeson6ue-hack-club-bot.vercel.app'
+ 'cloud-3aeson6ue-hack-club-bot.vercel.app',
+ 'cloud-k3mgtdz5i-hack-club-bot.vercel.app'
]
},
webpack: (config, { isServer }) => {
diff --git a/pages/index.js b/pages/index.js
index d0f6ed59..04b9bdd5 100644
--- a/pages/index.js
+++ b/pages/index.js
@@ -129,8 +129,8 @@ const Page = () => (
/>