Skip to content

Commit

Permalink
Removed link from user email in navbar and added new classes to keep …
Browse files Browse the repository at this point in the history
…the styling
  • Loading branch information
Veronika Patakyová committed Sep 27, 2024
1 parent e36711f commit a96d27f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/fragments/panels.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<!-- End Switcher -->
<div class="navbar-nav" sec:authorize="isAuthenticated()">
<li class="nav-item">
<a class="nav-link" href="/" th:text="${#authentication.getName()}"></a>
<span class="d-block px-2 py-2 text-white-50" th:text="${#authentication.getName()}"></span>
</li>
<li class="nav-item">
<form th:action="@{/logout}" th:method="post">
Expand Down

0 comments on commit a96d27f

Please sign in to comment.