summaryrefslogtreecommitdiff
path: root/views/home.handlebars
diff options
context:
space:
mode:
authorRaphael <mail@raphaelkabo.com>2025-04-28 11:08:24 +0100
committerGitHub <noreply@github.com>2025-04-28 11:08:24 +0100
commitb04e6394c5c5d882800f5215feae89d76a18af23 (patch)
treeaee67d47c0e692bac78dca270caaadf1d123e789 /views/home.handlebars
parente6ac945fb1cf44fd42617bb241f31623e956a066 (diff)
parenta6e67ab5c1b4a77dbf3605281c10f36a38d19e23 (diff)
Merge pull request #201 from lowercasename/update-donations-card
Switch donations card to GitHub Sponsors, remove deploy workflow
Diffstat (limited to 'views/home.handlebars')
-rwxr-xr-xviews/home.handlebars12
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}}