Thank you @realcharmer for the suggested changes

Co-authored-by: Emil Miler <118818237+realcharmer@users.noreply.github.com>
This commit is contained in:
Aural Glow 2023-07-15 09:05:48 +02:00 committed by GitHub
parent 77d4fd390a
commit f51a435f75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -153,11 +153,11 @@
<span><%= translate(locale, "Current version: ") %> <%= CURRENT_VERSION %>-<%= CURRENT_COMMIT %> @ <%= CURRENT_BRANCH %></span>
</div>
</div>
<% if CONFIG.footer %>
<div class="h-box" style="padding-top: 1em; padding-bottom: 0.5em;">
<div id="footer-info" style="text-align: center;"><%= CONFIG.footer %></div>
</div>
<% end %>
<% if CONFIG.footer %>
<div class="h-box v-box" id="footer-info">
<%= CONFIG.footer %>
</div>
<% end %>
</footer>
</div>