mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
Merge pull request #729 from hackclub/grant-new
add language on hackathon being free
This commit is contained in:
commit
b35ca0e782
1 changed files with 11 additions and 0 deletions
|
|
@ -203,6 +203,17 @@ const HackathonGrant = () => {
|
|||
>
|
||||
Check if your hackathon qualifies
|
||||
</Text>
|
||||
<Text
|
||||
as="p"
|
||||
sx={{
|
||||
textAlign: 'center',
|
||||
my: 3,
|
||||
color: 'white',
|
||||
fontSize: [1, 2, 2]
|
||||
}}
|
||||
>
|
||||
Your hackathon should be <Text as="b">free</Text> for all attendees and meet the following requirements:
|
||||
</Text>
|
||||
|
||||
<Grid columns={[1, 1, 2, 2]} gap={4}>
|
||||
<Requirement
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue