Only show logout button in hub

This commit is contained in:
2024-04-02 21:35:34 +02:00
parent 717f1c813b
commit c74bdeba72
2 changed files with 5 additions and 1 deletions

View File

@ -11,7 +11,6 @@
<body class="flex flex-col justify-between min-h-[100dvh] bg-slate-50">
<header class="my-8">
<h1 class="font-bold text-4xl text-center">Orient Editor</h1>
<button class="btn" hx-get="logout" hx-target="#page-content">Abmelden</button>
</header>
<main class="mx-4">