nun Ohne Tailwind
This commit is contained in:
@@ -15,7 +15,7 @@ export default function LogoutButton({ className, children }: LogoutButtonProps)
|
||||
return (
|
||||
<button
|
||||
onClick={handleLogout}
|
||||
className={className || 'px-4 py-2 bg-red-600 hover:bg-red-700 text-white rounded-lg transition-colors'}
|
||||
className={className || 'btn-logout'}
|
||||
>
|
||||
{children || 'Abmelden'}
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user