fix attribute area on detail stream hover

This commit is contained in:
Josh Hawkins 2026-01-14 22:17:06 -06:00
parent 83e46b9e41
commit 13209090f2

View File

@ -887,7 +887,10 @@ function LifecycleItem({
</span>
<span className="font-medium text-foreground">
{attributeAreaPx}{" "}
{t("information.pixels", { ns: "common" })}{" "}
{t("information.pixels", {
ns: "common",
area: attributeAreaPx,
})}{" "}
<span className="text-secondary-foreground">·</span>{" "}
{attributeAreaPct}%
</span>