1
0
forked from baron/baron-sso

adminfront 카드 타이틀 크기 통일 (text-lg) 및 한국어 적용

This commit is contained in:
2026-05-18 15:05:24 +09:00
parent 097caf395c
commit a1f3604b24
9 changed files with 22 additions and 19 deletions

View File

@@ -459,7 +459,7 @@ function TenantListPage() {
) {
return (
<div className="flex h-[50vh] flex-col items-center justify-center space-y-4">
<h3 className="text-xl font-bold">
<h3 className="text-lg font-bold">
{t("msg.admin.common.forbidden", "접근 권한이 없습니다.")}
</h3>
<Button onClick={() => navigate("/")}>
@@ -926,7 +926,7 @@ function TenantListPage() {
<CardHeader className="flex flex-row items-center justify-between flex-shrink-0">
<div className="flex items-center gap-6">
<div>
<CardTitle>
<CardTitle className="text-lg font-bold flex items-center gap-2">
{t("ui.admin.tenants.registry.title", "Tenant Registry")}
</CardTitle>
<CardDescription>