mirror of
https://github.com/System-End/site.git
synced 2026-04-20 00:25:19 +00:00
Fixed grants showing up as partenered with FIRST
This commit is contained in:
parent
e709f956af
commit
1726cec8df
2 changed files with 3 additions and 10 deletions
|
|
@ -31,20 +31,13 @@ const Content = () => (
|
|||
icon="payment"
|
||||
leadText={
|
||||
<>
|
||||
$500 grants (in partnership with <i>FIRST®</i>).
|
||||
$500 grants.
|
||||
</>
|
||||
}
|
||||
body={
|
||||
<>
|
||||
Running on HCB? Get a $500 grant once you have a venue, provided
|
||||
by Hack Club with the help of{' '}
|
||||
<Link
|
||||
href="https://www.firstinspires.org/"
|
||||
sx={{ fontStyle: 'italic', color: 'white' }}
|
||||
>
|
||||
FIRST
|
||||
</Link>
|
||||
.
|
||||
by Hack Club.
|
||||
<NextLink href="/hackathons/grant">
|
||||
<Link sx={{ ml: 2, cursor: 'pointer' }}>Learn more →</Link>
|
||||
</NextLink>
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ export default function Recap() {
|
|||
name="$500 grants"
|
||||
desc={
|
||||
<>
|
||||
Get a $500 grant for your hackathon (thanks to <i>FIRST</i>!),
|
||||
Get a $500 grant for your hackathon!),
|
||||
and access to a suite of financial tools when you join HCB.
|
||||
</>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue