From e4e317492d367f13c953b12ce836b707abccf4ff Mon Sep 17 00:00:00 2001 From: Luis Felipe Risch <lfr20@inf.ufpr.br> Date: Fri, 21 May 2021 09:43:14 -0300 Subject: [PATCH] hot fixes --- src/App.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/App.js b/src/App.js index 97eefac8..d3a8540f 100644 --- a/src/App.js +++ b/src/App.js @@ -203,13 +203,13 @@ export default function App() { <Route path="/topico" component={FormationMaterialPage} /> <Route path="/iframe-colecao" component={FormationMaterialIframe} /> <Route path="/material-formacao" component={MaterialPage} /> - <Route path="*"> + {/* <Route path="*"> <Home /> - </Route> + </Route> */} <div style={{ backgroundColor: " #D3D3D3" }}> <AppBarAdmin /> <div style={{ padding: "2em" }}> - <Route path="/admin/home" exact={true} render={() => { + <Route path="/admin/inicial" exact={true} render={() => { if (CheckUserPermission()) return <Inframe /> else -- GitLab