diff --git a/app/Components/BarNavigation/BarNavigation.css b/app/Components/BarNavigation/BarNavigation.css
index 11a9902..260f47d 100644
--- a/app/Components/BarNavigation/BarNavigation.css
+++ b/app/Components/BarNavigation/BarNavigation.css
@@ -84,7 +84,20 @@
padding: 10px 0;
}
-.containerLinks{
+.subMenu span {
+ display: flex;
+ width: 100%;
+ height: 100%;
+ align-items: center;
+ justify-content: center;
+ color: rgb(255, 255, 255);
+}
+
+.subMenu:hover span {
+ color: rgba(0, 61, 121, 1);
+}
+
+.containerLinks {
padding: 0 !important;
}
@@ -93,6 +106,10 @@
width: 100%;
}
+.subMenu:hover .links {
+ color: rgba(0, 61, 121, 1);
+}
+
@media (max-width: 800px) {
.menuToggle {
diff --git a/app/Components/BarNavigation/BarNavigation.tsx b/app/Components/BarNavigation/BarNavigation.tsx
index 1d0f6e9..895bba3 100644
--- a/app/Components/BarNavigation/BarNavigation.tsx
+++ b/app/Components/BarNavigation/BarNavigation.tsx
@@ -22,8 +22,8 @@ function BarNavigation() {
- - toggleSubMenu(0)}>
- Inscripciones
+
-
+ toggleSubMenu(0)}>Inscripciones
- Alta
@@ -37,8 +37,8 @@ function BarNavigation() {
- - toggleSubMenu(1)}>
- Servicios
+
-
+ toggleSubMenu(1)}>Servicios
-
@@ -63,8 +63,8 @@ function BarNavigation() {
- - toggleSubMenu(2)}>
- Equipo
+
-
+ toggleSubMenu(2)}>Equipo
- Informacion de Equipos
@@ -81,8 +81,9 @@ function BarNavigation() {
- - toggleSubMenu(3)}>
- Reportes
+
-
+ toggleSubMenu(3)}>Reportes
+
- Recibo
@@ -95,13 +96,13 @@ function BarNavigation() {
-
- -
- Quitar sancion
-
-
-
-
+
+ Quitar sancion
+
+
+ -
+
Cambiar contraseƱa
diff --git a/app/InformacionEquipo/page.tsx b/app/InformacionEquipo/page.tsx
index 159cb73..77ba628 100644
--- a/app/InformacionEquipo/page.tsx
+++ b/app/InformacionEquipo/page.tsx
@@ -1,4 +1,3 @@
-import SearchUser from "../Components/SearchUser/searchUser";
import Toggle from "../Components/Toggle/Toggle";
export default function Page() {
@@ -61,7 +60,18 @@ export default function Page() {
{
key: "2",
label: "Programa por equipo",
- content: <>>,
+ content:
+ <>
+
+ >,
+ },
+ {
+ key: "3",
+ label: "Programa por sala",
+ content:
+ <>
+
+ >,
},
]}
/>