Skip to content

Commit

Permalink
BMAC returned.
Browse files Browse the repository at this point in the history
  • Loading branch information
soup-bowl committed Jun 9, 2024
1 parent 4ceb170 commit 5293acb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"pretty": "prettier . --write"
"format": "prettier . --write"
},
"devDependencies": {
"prettier": "^3.2.5"
Expand Down
5 changes: 5 additions & 0 deletions src/pages/info.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@ export const AboutPage = () => {
<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) => (
<Box>
<Typography variant="h3" sx={{ marginTop: 2 }}>
Expand Down

0 comments on commit 5293acb

Please sign in to comment.