Skip to content

Commit

Permalink
SupportUs: Add Revolut link
Browse files Browse the repository at this point in the history
  • Loading branch information
jvaclavik committed Jan 27, 2025
1 parent cf35cb9 commit 5a8bfab
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions src/components/HomepagePanel/SupportUs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,18 +127,31 @@ export const SupportUs = () => {
</li>
<li>
<Typography variant="body2">
<a href="https://github.com/sponsors/zbycz">
<a
href="https://github.com/sponsors/zbycz"
target="_blank"
>
Github sponsor
</a>
</Typography>
</li>
<li>
<Typography variant="body2">
<a href="https://buymeacoffee.com/openclimbing.org">
<a
href="https://buymeacoffee.com/openclimbing.org"
target="_blank"
>
Buy me a coffee
</a>
</Typography>
</li>
<li>
<Typography variant="body2">
<a href="https://revolut.me/jvaclavik" target="_blank">
Revolut
</a>
</Typography>
</li>
</ul>
</li>
</ul>
Expand Down

0 comments on commit 5a8bfab

Please sign in to comment.