mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
Fix form 990 section (#1592)
This commit is contained in:
parent
87b7cd1deb
commit
b02f2e5a60
1 changed files with 3 additions and 2 deletions
|
|
@ -628,7 +628,7 @@ const Philanthropy = ({ posts = [] }) => {
|
|||
<Flex sx={{ justifyContent: 'space-between' }} mt={[3, 4]}>
|
||||
<Box>
|
||||
<Text as="h2">View Hack Club's IRS Form 990s</Text>
|
||||
<Text as="p">2023 Form will be shared when ready.</Text>
|
||||
<Text as="p">2024 Form will be shared when ready.</Text>
|
||||
</Box>
|
||||
<Box>
|
||||
<Button
|
||||
|
|
@ -656,7 +656,8 @@ const Philanthropy = ({ posts = [] }) => {
|
|||
fontSize: '1em !important',
|
||||
width: 'fit-content',
|
||||
float: 'right',
|
||||
mt: 2
|
||||
mt: 2,
|
||||
mr: 2
|
||||
}}
|
||||
>
|
||||
2022
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue