Remove docs chip in logout

This commit is contained in:
2026-01-23 17:05:00 +01:00
parent 8c8cd0f42d
commit e578007115

View File

@@ -31,7 +31,6 @@
<span class="eyebrow subtle">Signed in as</span> <span class="eyebrow subtle">Signed in as</span>
<span class="user-display" th:text="${username}">user</span> <span class="user-display" th:text="${username}">user</span>
</div> </div>
<a class="ghost" th:href="${docsUrl}" target="_blank" rel="noreferrer">Docs</a>
<form class="user-logout" th:action="@{/logout}" method="post"> <form class="user-logout" th:action="@{/logout}" method="post">
<button class="ghost" type="submit">Logout</button> <button class="ghost" type="submit">Logout</button>
</form> </form>