chore: review comments

This commit is contained in:
Stavros
2026-03-01 12:50:46 +02:00
parent 570da3590d
commit 914e46f565
11 changed files with 67 additions and 33 deletions

View File

@@ -52,7 +52,7 @@ export const LogoutPage = () => {
}
return (
<Card className="min-w-xs">
<Card>
<CardHeader className="gap-1.5">
<CardTitle className="text-xl">{t("logoutTitle")}</CardTitle>
<CardDescription>
@@ -84,8 +84,10 @@ export const LogoutPage = () => {
)}
</CardDescription>
</CardHeader>
<CardFooter className="flex flex-col items-stretch">
<CardFooter>
<Button
className="w-full"
variant="outline"
loading={logoutMutation.isPending}
onClick={() => logoutMutation.mutate()}
>