Fix Mapas Css
This commit is contained in:
		| @@ -292,7 +292,7 @@ const LegendSecciones = ({ resultados, nombresAgrupaciones }: { resultados: Map< | ||||
|  | ||||
|     return ( | ||||
|         <div className="legend"> | ||||
|         <h4>Ganadores por Sección</h4> | ||||
|         <h4>Leyenda de Ganadores</h4> | ||||
|         {legendItems.map(item => ( | ||||
|             <div key={item.nombre} className="legend-item"> | ||||
|             <div className="legend-color-box" style={{ backgroundColor: item.color }} /> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user