mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
menu uppercase
This commit is contained in:
parent
7c6e1a0852
commit
5c868e5f36
1 changed files with 1 additions and 1 deletions
2
src/ui/templates/menu.html
vendored
2
src/ui/templates/menu.html
vendored
|
|
@ -190,7 +190,7 @@
|
|||
</svg>
|
||||
{% endif %}
|
||||
</div>
|
||||
<span class="ml-1 duration-300 opacity-100 pointer-events-none ease">{{ path.replace('_', ' ') }}</span>
|
||||
<span class="ml-1 duration-300 opacity-100 pointer-events-none ease">{{ path[0]|upper }}{{ path[1:].replace('_', ' ') }}</span>
|
||||
</a>
|
||||
</li>
|
||||
{% endfor %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue