Skip to content
Snippets Groups Projects
Commit 49e75bf9 authored by lfr20's avatar lfr20
Browse files

fixed Cadastre-Se to Cadastre-se

parent bff63bcb
Branches
No related tags found
4 merge requests!57Merge of develop into master,!56Fixed buttons reportar, seguir, compartilhar, guardar and entrar (in comments...,!55fixed anchor bug and added a logic to scroll to the top when user enters in...,!53Fix admin bugs luis
......@@ -193,7 +193,7 @@ export default function MenuBar(props) {
<React.Fragment>
<ButtonPubRecursoStyled onClick={props.openLogin}>PUBLICAR RECURSO?</ButtonPubRecursoStyled>
<ButtonStyled onClick={props.openLogin}><ExitToAppIcon style={{ color: "#00bcd4" }} />Entrar</ButtonStyled>
<ButtonStyled onClick={props.openSignUp}>Cadastre-se</ButtonStyled>
<ButtonStyled onClick={props.openSignUp}>Cadastre-<span style={{textTransform: 'lowercase'}}>se</span></ButtonStyled>
</React.Fragment>
)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment