1
0
mirror of https://github.com/pcvolkmer/mv64e-etl-processor synced 2025-09-13 17:02:52 +00:00

style: fix some style issued

This commit is contained in:
2024-03-04 13:17:57 +01:00
parent b332f3c5ff
commit b2016df852
5 changed files with 27 additions and 16 deletions

View File

@@ -25,7 +25,7 @@
<li class="login" sec:authorize="isAuthenticated()">
<span>
<div class="user-icon">
<img th:src="@{user.svg}" alt="User-Image">
<img th:src="@{/user.svg}" alt="User-Image">
<span sec:authorize="hasRole('ADMIN')" class="user-role admin">Admin</span>
<span sec:authorize="hasRole('USER')" class="user-role user">User</span>
<span sec:authorize="hasRole('GUEST')" class="user-role guest">Guest</span>