fixed barnavigation styles

This commit is contained in:
2025-10-27 14:23:52 -06:00
parent 03515ccd1c
commit f9966d439f
7 changed files with 26 additions and 21 deletions
+3 -3
View File
@@ -44,8 +44,7 @@ function BarNavigation() {
<span>Agregar equipo</span>
</Link>
</li>
{/* ✅ Botón directo, sin onClick en el <li> */}
<li>
<li className="subMenu">
<button className="logout-button" onClick={cerrarSesion}>
Cerrar sesión
</button>
@@ -55,4 +54,5 @@ function BarNavigation() {
);
}
export default BarNavigation;
export default BarNavigation;
//IO
+2 -2
View File
@@ -29,8 +29,8 @@ function Header() {
style={{
display: "flex",
width: "100%",
marginLeft: "40px",
marginTop: "40px",
height: "100%",
paddingLeft: "40px",
maxHeight: "50%",
alignItems: "end",
}}