Skip to content

Commit

Permalink
Merge pull request #30 from rpbouman/dev
Browse files Browse the repository at this point in the history
merge about dialog changes
  • Loading branch information
rpbouman authored Jan 31, 2024
2 parents d7b96d5 + 3540b19 commit 8646883
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# These are supported funding model platforms

github: [rpbouman]
custom: ["https://www.paypal.com/donate/?hosted_button_id=776A6UNZ35M84"]
6 changes: 6 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
@@ -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 Roland.Bouman@gmail.com</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>

0 comments on commit 8646883

Please sign in to comment.