1
0
forked from baron/baron-sso

타이틀 이모티콘 로고 제거

This commit is contained in:
2026-05-18 13:50:46 +09:00
parent d1184613d8
commit 54fb7b4db6
5 changed files with 37 additions and 61 deletions

View File

@@ -373,24 +373,16 @@ function DataIntegrityContent() {
<section className="rounded-lg border border-border bg-card p-5">
<div className="flex flex-wrap items-center justify-between gap-3 border-b border-border pb-4">
<div className="flex items-center gap-3">
<div className="grid h-10 w-10 place-items-center rounded-lg bg-primary/10 text-primary">
<ShieldAlert size={18} />
</div>
<div>
<h3 className="text-base font-semibold">
{t(
"ui.admin.integrity.read_model.title",
"Read model integrity",
)}
</h3>
<p className="text-sm text-muted-foreground">
{t(
"msg.admin.integrity.read_model.description",
"Ory SoT를 덮어쓰지 않고 backend DB read model의 이상 징후만 확인합니다.",
)}
</p>
</div>
<div>
<h3 className="text-base font-semibold">
{t("ui.admin.integrity.read_model.title", "Read model integrity")}
</h3>
<p className="text-sm text-muted-foreground">
{t(
"msg.admin.integrity.read_model.description",
"Ory SoT를 덮어쓰지 않고 backend DB read model의 이상 징후만 확인합니다.",
)}
</p>
</div>
{data ? (
<Badge variant={statusBadgeVariant(data.status)}>