diff --git a/web-ui/web-react/src/App.js b/web-ui/web-react/src/App.js
index 08f0e13c..2acf186f 100644
--- a/web-ui/web-react/src/App.js
+++ b/web-ui/web-react/src/App.js
@@ -202,10 +202,10 @@ const App = () => {
icon: PrimeIcons.BUILDING,
to: '/areasComunes',
},
-
- { label: 'Comunicados', icon: PrimeIcons.COMMENTS, to: '/registroComunicado'},
+
+ { label: 'Comunicados', icon: PrimeIcons.COMMENTS, to: '/registroComunicado' },
{ label: 'Invitados', icon: PrimeIcons.USERS, to: '/invitadosComunidad' },
-
+
]
},
]
@@ -470,6 +470,7 @@ const App = () => {
+
>
)
} else {