mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-03-07 07:11:58 +00:00
refactor: card title and layout tweaks
This commit is contained in:
@@ -52,9 +52,9 @@ export const LogoutPage = () => {
|
||||
}
|
||||
|
||||
return (
|
||||
<Card className="min-w-xs sm:min-w-sm">
|
||||
<CardHeader>
|
||||
<CardTitle className="text-3xl">{t("logoutTitle")}</CardTitle>
|
||||
<Card className="min-w-xs">
|
||||
<CardHeader className="gap-1.5">
|
||||
<CardTitle className="text-xl">{t("logoutTitle")}</CardTitle>
|
||||
<CardDescription>
|
||||
{provider !== "local" && provider !== "ldap" ? (
|
||||
<Trans
|
||||
|
||||
Reference in New Issue
Block a user