mirror of
https://github.com/System-End/site.git
synced 2026-04-19 16:28:21 +00:00
add 2024 990 form (#1794)
This commit is contained in:
parent
e0580ce162
commit
fc4ac9188d
1 changed files with 16 additions and 1 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">2024 Form will be shared when ready.</Text>
|
||||
<Text as="p">2025 Form will be shared when ready.</Text>
|
||||
</Box>
|
||||
<Box>
|
||||
<Button
|
||||
as="a"
|
||||
variant="outline"
|
||||
href="https://projects.propublica.org/nonprofits/organizations/812908499/202533219349309698/full"
|
||||
target="_blank"
|
||||
mb={4}
|
||||
sx={{
|
||||
fontSize: '1em !important',
|
||||
width: 'fit-content',
|
||||
float: 'right',
|
||||
mt: 2
|
||||
}}
|
||||
>
|
||||
2024
|
||||
</Button>
|
||||
<Button
|
||||
as="a"
|
||||
variant="outline"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue