bump version to 1.5.1; make logout button red

This commit is contained in:
2026-05-10 15:40:04 +02:00
parent 1a85f0ae36
commit 419ad39ead
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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>
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "logbuch",
"version": "1.5.0",
"version": "1.5.1",
"private": true,
"scripts": {
"dev": "next dev",