Update share/
This commit is contained in:
parent
664aa74673
commit
6d6639718f
2 changed files with 1 additions and 1 deletions
Binary file not shown.
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 68 KiB |
|
@ -33,7 +33,7 @@ function Row({ name, value }: { name: string; value: ReactNode }) {
|
||||||
return (
|
return (
|
||||||
<div className="flex h-8">
|
<div className="flex h-8">
|
||||||
<div className="flex w-2/4 items-center font-semibold">{name}</div>
|
<div className="flex w-2/4 items-center font-semibold">{name}</div>
|
||||||
<div className="flex w-2/4 items-center justify-end">{value}</div>
|
<div className="flex w-3/4 items-center justify-end">{value}</div>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue