bump version to 1.5.1; make logout button red
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ export default function MainClient({ kuerzel, beoId, beoName }: Props) {
|
||||
<div className="flex items-center gap-2 shrink-0">
|
||||
<button
|
||||
onClick={handleLogout}
|
||||
className="text-xs sm:text-sm px-2 sm:px-3 py-1.5 bg-gray-200 hover:bg-gray-300 rounded-lg text-gray-700"
|
||||
className="text-xs sm:text-sm px-2 sm:px-3 py-1.5 bg-red-600 hover:bg-red-700 rounded-lg text-white"
|
||||
>
|
||||
Abmelden
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user