header changes

This commit is contained in:
Janis M
2022-03-29 10:56:41 +02:00
parent 0caff2b01a
commit 5c128cb2ae
3 changed files with 21 additions and 8 deletions

View File

@@ -6,7 +6,7 @@
><button class="vertical-center"><i class="material-icons">search</i></button>
</div><div class="headerDIVButton">
<% if(user){ %>
<button class="vertical-center" id="headerBtnLogout" onclick="window.open('/logout', '_self')">Log out</button>
<button class="vertical-center" id="headerBtnLogout" onclick="window.open('/logout', '_self')">Log out</button>
<button class="vertical-center" onclick="window.open('/account', '_self')">Ihr Konto</button>
<%} else{%>
<button class="vertical-center" onclick="window.open('/register', '_self')">Registrieren</button>