mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
Remove ®
This commit is contained in:
parent
c86d285bef
commit
2e3fb9deef
2 changed files with 3 additions and 3 deletions
|
|
@ -21,7 +21,7 @@ const Content = () => (
|
|||
<Container maxWidth={28} sx={{ mx: 0, py: 4 }}>
|
||||
{/* https://www.firstinspires.org/sites/default/files/uploads/resource_library/brand/first-brand-guidelines-2020.pdf */}
|
||||
<Text variant="eyebrow">
|
||||
Hack Club Bank & <em>FIRST®</em>
|
||||
Hack Club Bank & <em>FIRST</em>
|
||||
</Text>
|
||||
<br />
|
||||
<Text
|
||||
|
|
@ -45,7 +45,7 @@ const Content = () => (
|
|||
<>
|
||||
In partnership with{' '}
|
||||
<NextLink href="https://www.firstinspires.org/" passHref>
|
||||
<Link sx={{ fontStyle: 'italic' }}>FIRST®</Link>
|
||||
<Link sx={{ fontStyle: 'italic' }}>FIRST</Link>
|
||||
</NextLink>
|
||||
, in-person hackathons running on Hack Club Bank are eligible for
|
||||
a $500 grant (with proof of venue).
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ export default function Rundown() {
|
|||
name="$500 grants"
|
||||
desc={
|
||||
<>
|
||||
We've partnered with <em>FIRST®</em> to provide $500 grants for
|
||||
We've partnered with <em>FIRST</em> to provide $500 grants for
|
||||
IRL high school hackathons this semester.
|
||||
</>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue