chg: usr: add clickable badges for Cap app-wide #13
Deploy to Production / deploy (push) Successful in 2m43s
Deploy to Production / deploy (push) Successful in 2m43s
This commit is contained in:
@@ -3,9 +3,14 @@
|
||||
{% block title %} - Play!{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<a class="back-from-game" href="{{ path('MineSeekerBundle_homepage') }}">
|
||||
<img src="{{ asset('/images/mine-logo-txt.png') }}" alt="Mineseeker Logo">
|
||||
</a>
|
||||
<div class="game-brand-bar">
|
||||
<a class="back-from-game" href="{{ path('MineSeekerBundle_homepage') }}">
|
||||
<img src="{{ asset('/images/mine-logo-txt.png') }}" alt="Mineseeker Logo">
|
||||
</a>
|
||||
<a class="game-cap-badge" href="https://trycap.dev" target="_blank" rel="noopener noreferrer">
|
||||
<i class="fas fa-shield-halved"></i> Protected by Cap
|
||||
</a>
|
||||
</div>
|
||||
<div class="mine-container">
|
||||
<div id="mine-wrapper"
|
||||
data-env="{{ env }}"
|
||||
|
||||
Reference in New Issue
Block a user