Skip to content
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

HC & FIRST Logos #544

Merged
merged 5 commits into from Oct 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/hackathons/recap.js
Expand Up @@ -67,7 +67,7 @@ export default function Recap() {
<Card
variant="interactive"
as="a"
href="/bank"
href="/hackathons/grant"
sx={{
background:
'linear-gradient(to bottom, rgba(255, 140, 55, 0.9) 0%, rgba(236, 55, 80, 0.9) 100%)',
Expand Down
5 changes: 2 additions & 3 deletions pages/hackathons/grant.js
Expand Up @@ -382,6 +382,7 @@ const HackathonGrant = () => {
mt: 3,
color: 'muted'
}}>
If you'd like to list us on your site (optional), you can use the logos found on the respective brand guides for{' '}
<Link href="/brand" target="_blank">
Hack Club
</Link>{' '}
Expand All @@ -391,9 +392,7 @@ const HackathonGrant = () => {
target="_blank"
>
<i>FIRST®</i>
</Link>{' '}
do not ask that you add our assets on your website but you can if
you wish to do so.
</Link>.
</Text>

{open ? (
Expand Down