Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions src/components/Community.astro
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,23 @@ import OpensInNewTab from "./OpensInNewTab.astro";
<OpensInNewTab />
</a>
</div>

<div class="card link-card">
<h3>Donate</h3>
<p>
Not a coder? One-time donations cover hosting and contributor
payouts for every UPLB Tools project.
</p>
<a
href="https://room-tba.uplb.tools/donate"
target="_blank"
rel="noopener noreferrer"
class="btn btn-secondary"
>
Donate via PayMongo
<OpensInNewTab />
</a>
</div>
</div>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ import OpensInNewTab from "./OpensInNewTab.astro";
<h2 class="footer-heading">Resources</h2>
<a href="/privacy">Privacy Policy</a>
<a href="/terms">Terms of Use</a>
<a href="https://room-tba.uplb.tools/donate">Donate</a>
<a
href="https://github.com/uplbtools"
target="_blank"
Expand Down
Loading