Skip to content

Commit e223a0f

Browse files
DAdjadjclaude
andcommitted
Move version number to right side of footer
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 154ce01 commit e223a0f

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

app/web/templates/base.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,14 @@
2626
</nav>
2727
{% endblock %}
2828
</div>
29-
<footer class="app-footer">
30-
<a href="mailto:support@david-alves.com">Support</a>
31-
<a href="https://bridgebank.app/privacy" target="_blank">Privacy</a>
32-
<a href="https://bridgebank.app/terms" target="_blank">Terms</a>
33-
<a href="https://github.com/DAdjadj/bridge-bank" target="_blank">GitHub</a>
34-
<span style="color:#333;">v{{ app_version }}</span>
29+
<footer class="app-footer" style="justify-content:space-between;">
30+
<div style="display:flex;gap:1.5rem;flex-wrap:wrap;">
31+
<a href="mailto:support@david-alves.com">Support</a>
32+
<a href="https://bridgebank.app/privacy" target="_blank">Privacy</a>
33+
<a href="https://bridgebank.app/terms" target="_blank">Terms</a>
34+
<a href="https://github.com/DAdjadj/bridge-bank" target="_blank">GitHub</a>
35+
</div>
36+
<span style="color:#333;font-size:12px;">v{{ app_version }}</span>
3537
</footer>
3638
</body>
3739
</html>

0 commit comments

Comments
 (0)