diff options
Diffstat (limited to 'views/home.handlebars')
| -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}}  | 
