Skip to content
Snippets Groups Projects
Commit 7d32bae8 authored by mrp19's avatar mrp19
Browse files

Fix resourseCard.js Type Array (Livro digital)

parent 1fbc1884
No related branches found
No related tags found
No related merge requests found
...@@ -70,12 +70,10 @@ export default function App(){ ...@@ -70,12 +70,10 @@ export default function App(){
<Route path="/busca" component={Search} /> <Route path="/busca" component={Search} />
<Route path="/usuario" component={UserPage} /> <Route path="/usuario" component={UserPage} />
<Route path="/recurso" component={ResourcePage}/> <Route path="/recurso" component={ResourcePage}/>
<<<<<<< HEAD
<Route path="/termos" component={UserTerms}/>
=======
<Route path="/termos" component={UserTerms}/> <Route path="/termos" component={UserTerms}/>
<Route path="/teste" component={Teste}/> <Route path="/teste" component={Teste}/>
>>>>>>> 3ddcc71da0ad68662cfa886d12da8bc55c9a69b2
</Switch> </Switch>
<EcFooter/> <EcFooter/>
<GNUAGPLfooter/> <GNUAGPLfooter/>
......
...@@ -48,7 +48,7 @@ import Video from '@material-ui/icons/OndemandVideo'; ...@@ -48,7 +48,7 @@ import Video from '@material-ui/icons/OndemandVideo';
import noAvatar from "../img/default_profile.png"; import noAvatar from "../img/default_profile.png";
const types = [{label: "Animação", thumb: animacao}, {label: "Apresentação", thumb: apresentacao}, const types = [{label: "Animação", thumb: animacao}, {label: "Apresentação", thumb: apresentacao},
{label: "Aplicativo" , thumb: aplicativo}, {label: "Áudio", thumb: audio}, {label: "Vazio", thumb: vazio}, {label: "Imagem", thumb: imagem}, {label: "Gráfico", thumb: grafico}, {label: "Jogo", thumb: jogo}, {label: "Livro", thumb: livro}, {label: "Mapa", thumb: mapa}, {label: "Outros", thumb: outros}, {label: "Software Educacional", thumb:software}, {label: "Texto", thumb:texto}, {label: "Vídeo", thumb:video}] {label: "Aplicativo" , thumb: aplicativo}, {label: "Áudio", thumb: audio}, {label: "Vazio", thumb: vazio}, {label: "Imagem", thumb: imagem}, {label: "Gráfico", thumb: grafico}, {label: "Jogo", thumb: jogo}, {label: "Livro digital", thumb: livro}, {label: "Livro", thumb: livro}, {label: "Mapa", thumb: mapa}, {label: "Outros", thumb: outros}, {label: "Software Educacional", thumb:software}, {label: "Texto", thumb:texto}, {label: "Vídeo", thumb:video}]
const slideStyle={ const slideStyle={
height: "50px", height: "50px",
width: "50px", width: "50px",
......
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