Update src/invidious/views/template.ecr

Co-authored-by: syeopite <70992037+syeopite@users.noreply.github.com>
This commit is contained in:
Arya 2023-07-28 14:57:11 +05:30 committed by GitHub
parent 008ac3d3a2
commit 5ee5f49b54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -151,10 +151,10 @@
<a href="https://invidious.io/donate/"><%= translate(locale, "footer_donate_page") %></a>
</span>
<% if CONFIG.donate_url %>
<span>
<i class="icon ion-ios-wallet"></i>
<a href="<%= CONFIG.donate_url %>"><%= translate(locale, "footer_instance_donate_page") %></a>
</span>
<span>
<i class="icon ion-ios-wallet"></i>
<a href="<%= CONFIG.donate_url %>"><%= translate(locale, "footer_instance_donate_page") %></a>
</span>
<% end %>
<span><%= translate(locale, "Current version: ") %> <%= CURRENT_VERSION %>-<%= CURRENT_COMMIT %> @ <%= CURRENT_BRANCH %></span>
</div>