Skip to content

Commit

Permalink
Add donate section
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipChalupa committed Mar 3, 2024
1 parent b683ada commit 3f0aa88
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions components/Frontpage.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import AccessTimeIcon from '@mui/icons-material/AccessTime'
import FavoriteBorderIcon from '@mui/icons-material/FavoriteBorder'
import SettingsIcon from '@mui/icons-material/Settings'
import {
Box,
Expand Down Expand Up @@ -92,6 +93,28 @@ export const Frontpage: React.FunctionComponent = () => {
Create custom controlled
</Typography>
<CreateCustomForm />
<Box paddingBottom={10} />
<Typography variant="h5" component="h2" gutterBottom>
Donate
</Typography>
<List>
<ListItem disablePadding>
<ListItemButton
component={Link}
href="https://filipchalupa.cz/transfer/"
>
<ListItemIcon>
<FavoriteBorderIcon />
</ListItemIcon>
<ListItemText primary="filipchalupa.cz" />
</ListItemButton>
</ListItem>
</List>
<Typography variant="body1">
Even small donations motivate me to improve the{' '}
<span style={{ whiteSpace: 'nowrap' }}>just-countdown.eu</span>. Thank
you for letting me know that the site matter to you.
</Typography>
</Container>
</Box>
)
Expand Down

0 comments on commit 3f0aa88

Please sign in to comment.