Skip to content
Snippets Groups Projects
Commit e3e1557a authored by Lucas Eduardo Schoenfelder's avatar Lucas Eduardo Schoenfelder
Browse files

removed accessibility bar for now

parent f280b58b
No related branches found
No related tags found
4 merge requests!57Merge of develop into master,!56Fixed buttons reportar, seguir, compartilhar, guardar and entrar (in comments...,!39Update admin system,!32Homologa
......@@ -142,11 +142,11 @@ export default function Header(props){
let windowWidth = window.innerWidth
return (
<React.Fragment>
{
<React.Fragment style={{paddingTop : "10px"}}>
{/*
windowWidth > 990 &&
<AcessibilityBar/>
}
*/}
<Snackbar open={successfulLoginOpen} autoHideDuration={1000} onClose={toggleSnackbar}
anchorOrigin = {{ vertical:'top', horizontal:'center' }}
>
......
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