Skip to content

Commit

Permalink
Remove BAMC link.
Browse files Browse the repository at this point in the history
  • Loading branch information
soup-bowl committed Oct 9, 2023
1 parent a69e742 commit 1e69f51
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/pages/help.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -150,11 +150,6 @@ export const AboutPage = () => {
<Button href="https://github.com/soup-bowl/whatsth.is" variant="outlined"><GitHubIcon />&nbsp;Source Code</Button>
</Stack>
<Typography variant="h1" my={2}>Donate</Typography>
<Typography my={2}>
<Link href="https://www.buymeacoffee.com/soupbowl">
<img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" height="40" />
</Link>
</Typography>
{wallets.map((wallet, i) => (
<Box>
<Typography variant="h3" sx={{ marginTop: 2 }}>{wallet.key.toUpperCase()} Address</Typography>
Expand Down

0 comments on commit 1e69f51

Please sign in to comment.