Skip to content
Snippets Groups Projects
Commit 7e367309 authored by lfr20's avatar lfr20
Browse files

Changed the home of admin to metrics of the portal

parent 9bc559c3
No related branches found
No related tags found
2 merge requests!57Merge of develop into master,!56Fixed buttons reportar, seguir, compartilhar, guardar and entrar (in comments...
......@@ -83,10 +83,6 @@ const TabsItens = [
label: "Enviar email",
href:'/admin/sendEmail/none'
},
{
label: "Métricas",
href:'/admin/inframe',
},
];
export { TabsItens };
......@@ -240,7 +240,7 @@ export default function App() {
<Route path='/iframe-colecao' component={FormationMaterialIframe} />
<Route path='/material-formacao' component={MaterialPage} />
<div style={{ paddingTop: '2em', paddingLeft: '2em', paddingRight: '2em', paddingBottom: '2em', backgroundColor: ' #D3D3D3' }}>
<Route path='/admin/home' exact={true} component={Welcome} />
<Route path='/admin/home' exact={true} component={Inframe} />
<Route path='/admin/intitutions' component={Institution} />
<Route path='/admin/institution/:id' component={InstitutionCard} />
<Route path='/admin/institutionEdit/:id' component={InstitutionsInput} />
......@@ -278,7 +278,6 @@ export default function App() {
<Route path='/admin/CreateRole' component={CreateRole} />
<Route path='/admin/BlockedUsers' component={BlockedUser} />
<Route path='/admin/sendEmail/:email' component={SendEmail} />
<Route path='/admin/inframe' component={Inframe} />
<React.Fragment>
<Drawer anchor={'left'} open={State['left']} onClose={toggleDrawer('left', false)}>
{list('left')}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment