menu uppercase

This commit is contained in:
Jordan Blasenhauer 2024-02-23 17:38:56 +01:00
parent 7c6e1a0852
commit 5c868e5f36

View file

@ -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 %}