fixed grammar and deleted toggle button

This commit is contained in:
2026-03-23 15:36:18 -05:00
parent 1219ca1e91
commit 797b3f6815
6 changed files with 8 additions and 43 deletions
+3 -3
View File
@@ -41,17 +41,17 @@ function BarNavigation() {
</li> */}
<li className="subMenu" onClick={toggleMenu}>
<Link href="/equipoComputo" className="links">
<span>Equipo de Computo</span>
<span>Equipo de Cómputo</span>
</Link>
</li>
<li className="subMenu" onClick={toggleMenu}>
<Link href="/perifericos" className="links">
<span>Perifericos</span>
<span>Periféricos</span>
</Link>
</li>
<li className="subMenu" onClick={toggleMenu}>
<Link href="/reportesGraficas" className="links">
<span>Reportes y Graficas</span>
<span>Reportes y Gráficas</span>
</Link>
</li>
<li className="subMenu">
@@ -95,7 +95,7 @@ export default function Antiguedad({ filtros }: Props) {
}}
>
<h1 style={{ margin: "0" }}>Antigüedad</h1>
<h1 style={{ margin: "0" }}>Antigüedad por equipo</h1>
<ResponsiveContainer width="100%" aspect={2.5}>
@@ -63,7 +63,7 @@ export default function Procesador({ filtros }: Props) {
return (
<div style={{ width: "100%", background: "white", borderRadius: "10px", margin: "5px auto", padding: "1rem" }}>
<h1 style={{ margin: "0" }}>Procesador</h1>
<h1 style={{ margin: "0" }}>Procesador por equipo</h1>
<ResponsiveContainer width="100%" aspect={3.5}>
<BarChart data={dataTransformada}
width={500}
@@ -63,7 +63,7 @@ export default function SistemaOperativo({ filtros }: Props) {
return (
<div style={{ width: "100%", background: "white", borderRadius: "10px", margin: "5px auto", padding: "1rem" }}>
<h1 style={{ margin: "0" }}>SistemaOperativo</h1>
<h1 style={{ margin: "0" }}>SistemaOperativo por equipo</h1>
<ResponsiveContainer width="100%" aspect={3.5}>
<BarChart data={dataTransformada}
width={500}
@@ -65,7 +65,7 @@ export default function Uso({ filtros }: Props) {
return (
<div style={{ minWidth: "570px", background: "white", borderRadius: "10px", padding: "1rem" }}>
<h1 style={{ margin: "0" }}>Uso</h1>
<h1 style={{ margin: "0" }}>Uso por equipo</h1>
<ResponsiveContainer width="100%" aspect={2.5} minHeight={220}>
<BarChart data={dataTransformada}
width={500}