Skip to content

Commit 9700e08

Browse files
committed
Actualizar las rutas dentro de los tabs
1 parent f1f92c9 commit 9700e08

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

specs/docs/desarrollo/vistas/Alerts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
| Item | Descripción |
44
| -------- | ------------------------------------------------------ |
55
| Nombre | `Alerts` |
6-
| Ruta | `/alerts` |
6+
| Ruta | `/tabs/alerts` |
77
| Posición | `1` |
88
| Ícono | <span class="material-symbols-outlined">warning</span> |
99

specs/docs/desarrollo/vistas/Home.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
| Item | Descripción |
44
| -------- | --------------------------------------------------- |
55
| Nombre | `Home` |
6-
| Ruta | `/home` |
6+
| Ruta | `/tabs/home` |
77
| Posición | `0` |
88
| Ícono | <span class="material-symbols-outlined">home</span> |
99

specs/docs/desarrollo/vistas/Profile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
| Item | Descripción |
44
| -------- | ------------------------------------------------------------- |
55
| Nombre | `Profile` |
6-
| Ruta | `/profile` |
6+
| Ruta | `/tabs/profile` |
77
| Posición | `0` |
88
| Ícono | <span class="material-symbols-outlined">account_circle</span> |
99

specs/docs/desarrollo/vistas/Run.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
| Item | Descripción |
44
| -------- | -------------------------------------------------------------- |
55
| Nombre | `Run` |
6-
| Ruta | `/run` |
6+
| Ruta | `/tabs/run` |
77
| Posición | `1` |
88
| Ícono | <span class="material-symbols-outlined">departure_board</span> |
99

0 commit comments

Comments
 (0)