Skip to content

Commit

Permalink
Added donation button
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBack committed Jan 15, 2021
1 parent d2f4161 commit 660e92b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/popup/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,12 @@ <h3>

</section>
</div>

<a target="_blank" class="btn btn-primary btn-block" href="https://edit.tosdr.org">Contribute</a>
<center>
<div class="btn-group">
<a target="_blank" class="btn btn-primary" href="https://edit.tosdr.org">Contribute</a>
<a target="_blank" class="btn btn-success" href="https://opencollective.com/tosdr">Donate to ToS;DR</a>
</div>
</center>
</div>
</div>
</div>
Expand Down

0 comments on commit 660e92b

Please sign in to comment.