diff options
author | Raphael <mail@raphaelkabo.com> | 2025-04-29 21:12:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-29 21:12:02 +0100 |
commit | cc68811851f02f413bbd5bcf316d1697a0e83bae (patch) | |
tree | 9f14b63c602a2968cf2e5e0ab822f34fd520058a /views | |
parent | e1bd3893243529850c51b33cac5735fbe85f0598 (diff) | |
parent | b04e6394c5c5d882800f5215feae89d76a18af23 (diff) |
Merge branch 'main' into fix-nodemailer
Diffstat (limited to 'views')
-rwxr-xr-x | views/home.handlebars | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/views/home.handlebars b/views/home.handlebars index 700d875..d5fdb81 100755 --- a/views/home.handlebars +++ b/views/home.handlebars @@ -59,13 +59,11 @@ href="https://github.com/lowercasename/gathio/issues">tracker</a> if you encounter any issues.</p> {{#if showKofi}} - <div class="card border-secondary mt-5 mb-3 mx-auto" style="min-width:300px;max-width:50%;"> - <div class="card-body text-secondary"> - <p>If you find yourself using and enjoying Gathio, consider buying Raphael a coffee. It'll help keep the project - and main site running! <i class="far fa-heart"></i></p> - <script type='text/javascript' src='https://ko-fi.com/widgets/widget_2.js'></script> - <script - type='text/javascript'>kofiwidget2.init('Support Me on Ko-fi', '#46b798', 'Q5Q2O7T5'); kofiwidget2.draw();</script> + <div class="card border-success mt-5 mb-3 mx-auto" style="min-width:300px;max-width:50%;"> + <div class="card-body"> + <p> + If you find yourself using and enjoying Gathio, consider <a href="https://github.com/sponsors/lowercasename" class="text-success">supporting Raphael via GitHub Sponsors</a>. It'll help keep the project and main site running! <i class="far fa-heart"></i> + </p> </div> </div> {{/if}} |