mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
2022 990
This commit is contained in:
parent
cb99d48770
commit
562440f726
1 changed files with 18 additions and 2 deletions
|
|
@ -628,9 +628,24 @@ 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">2022 Form will soon be ready and shared.</Text>
|
||||
<Text as="p">2023 Form will be shared when ready.</Text>
|
||||
</Box>
|
||||
<Box>
|
||||
<Button
|
||||
as="a"
|
||||
variant="outline"
|
||||
href="https://cloud-q56a8ttty-hack-club-bot.vercel.app/0hack_foundation_2022_form_990.pdf"
|
||||
target="_blank"
|
||||
mb={4}
|
||||
sx={{
|
||||
fontSize: '1em !important',
|
||||
width: 'fit-content',
|
||||
float: 'right',
|
||||
mt: 2
|
||||
}}
|
||||
>
|
||||
2022
|
||||
</Button>
|
||||
<Button
|
||||
as="a"
|
||||
variant="outline"
|
||||
|
|
@ -641,7 +656,8 @@ const Philanthropy = ({ posts = [] }) => {
|
|||
fontSize: '1em !important',
|
||||
width: 'fit-content',
|
||||
float: 'right',
|
||||
mt: 2
|
||||
mt: 2,
|
||||
mr: 2
|
||||
}}
|
||||
>
|
||||
2021
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue