This commit is contained in:
parent
f448b550b5
commit
005ce2f4ad
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ const ROOM_BUCKET_LABELS: Record<string, string> = {
|
|||
function DataQualityCard({ dq }: { dq: BestLayoutsResponse["data_quality"] }) {
|
||||
const conf = CONFIDENCE_STYLES[dq.confidence];
|
||||
return (
|
||||
<div className="border border-gray-200 rounded-xl px-[18px] py-[14px] bg-white flex items-center gap-x-2 gap-y-1 flex-wrap">
|
||||
<div className="border border-gray-200 rounded-xl px-[18px] py-[14px] bg-white flex items-center gap-x-3 gap-y-1 flex-wrap">
|
||||
<span className="font-semibold text-[13px] text-gray-700">
|
||||
Качество данных:
|
||||
</span>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue