Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/ui-v2/components/DraftResultScreenV2.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,8 @@ export default function DraftResultScreenV2({
<p className="mt-1 text-xs text-muted-foreground/70">
{t("match.draftResult.duration")}: {selectedResult.durationMinutes}m
</p>
<p className="mt-1 text-2xs font-bold font-heading uppercase tracking-wider text-muted-foreground/70" aria-label={goldAxisLabel}>
<p className="mt-1 text-2xs font-bold font-heading uppercase tracking-wider text-muted-foreground/70" aria-label={goldAxisLabel}
title={t("match.draftResult.goldTooltip", { defaultValue: "Diferencia de oro total (incluye oro gastado en objetos). Oro total = oro disponible + oro en objetos." })}>
<span className="text-muted-foreground">+ {blueTri}</span>
<span className="mx-1 text-gray-600">·</span>
<span className="text-orange-400">- {redTri}</span>
Expand Down