Skip to content

Commit 2dee283

Browse files
committed
Capacity percentage. Conflicts fixed
1 parent e287c1b commit 2dee283

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

front/src/pods/embalse/components/reservoir-card-gauge.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const ReservoirCardGauge: React.FC<Props> = (props) => {
1515
className="card bg-base-100 mx-auto w-full items-center gap-6 rounded-2xl p-4 shadow-lg"
1616
aria-labelledby="gauge-title"
1717
>
18-
<h2 className="text-center">{name}</h2>
18+
<h2 id="gauge-title" className="text-center"></h2>
1919
<GaugeChart percentage={percentage > 100 ? 100 : percentage} measurementDate=
2020
{measurementDate} />
2121
<GaugeLegend

0 commit comments

Comments
 (0)