Skip to content

Commit

Permalink
Add donation links to About dialog.
Browse files Browse the repository at this point in the history
  • Loading branch information
rpbouman committed Jan 31, 2024
1 parent adc046a commit 3540b19
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -771,13 +771,19 @@ <h3 id="aboutDialogTitle">About Huey...</h3>
<li><a href="https://raw.githubusercontent.com/rpbouman/huey/dev/LICENSE" target="_github">License (MIT)</a></li>
</ul>
<p style="font-size: smaller">Created and maintained by [email protected]</p>
<p><a href="https://www.paypal.com/donate/?hosted_button_id=776A6UNZ35M84" target="_donate">Donations help keeping Huey in good shape!</a></p>
</section>
<footer role="toolbar">
<button
id="aboutDialogOkButton"
popovertarget="aboutDialog"
popovertargetaction="hide"
>Ok</button>
<button
title="Donate and help to keep Huey developed and maintained"
onclick="window.open('https://www.paypal.com/donate/?hosted_button_id=776A6UNZ35M84', '_donate')"
style="width: 7em"
>Donate...</button>
</footer>
</dialog>

Expand Down

0 comments on commit 3540b19

Please sign in to comment.