summaryrefslogtreecommitdiff
path: root/views/home.handlebars
diff options
context:
space:
mode:
authorINOUE Daisuke <1407574+dinoue@users.noreply.github.com>2025-04-28 21:01:02 +0900
committerGitHub <noreply@github.com>2025-04-28 21:01:02 +0900
commitc5a527e63c16c17a18d4452952fa17fe045abc67 (patch)
tree8bd6c35cce70d1af280ae48f0d7bcf85b1d91201 /views/home.handlebars
parent9f0c750c05a6ae53a00e7f238b9b1610f3dc05c6 (diff)
parentb04e6394c5c5d882800f5215feae89d76a18af23 (diff)
Merge branch 'main' into feature/localization-again
Diffstat (limited to 'views/home.handlebars')
-rwxr-xr-xviews/home.handlebars7
1 files changed, 2 insertions, 5 deletions
diff --git a/views/home.handlebars b/views/home.handlebars
index 21eec0f..cc1ae00 100755
--- a/views/home.handlebars
+++ b/views/home.handlebars
@@ -46,12 +46,9 @@
<p>{{{t "views.home.osdesc" }}}</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">
+ <div class="card border-success mt-5 mb-3 mx-auto" style="min-width:300px;max-width:50%;">
+ <div class="card-body">
<p>{{{t "views.home.kofidesc" }}}</p>
- <script type='text/javascript' src='https://ko-fi.com/widgets/widget_2.js'></script>
- <script
- type='text/javascript'>kofiwidget2.init('{{t "views.home.kofi" }}', '#46b798', 'Q5Q2O7T5'); kofiwidget2.draw();</script>
</div>
</div>
{{/if}}