Skip to content
Snippets Groups Projects
Commit 62cfabbe authored by lfr20's avatar lfr20
Browse files

Removed the underline from link

parent d4729082
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...,!40merge admin into develop,!37Merge sistema_admin into Update_Admin_System
...@@ -169,7 +169,7 @@ const CreateLanguage = (props) => { ...@@ -169,7 +169,7 @@ const CreateLanguage = (props) => {
<Typography variant='h4'> <Typography variant='h4'>
{name} {name}
</Typography> </Typography>
<Link to={'/admin/languages'}> <Link to={'/admin/languages'} style={{textDecoration: 'none'}}>
<Button <Button
onClick={props.BackToList} onClick={props.BackToList}
startIcon={<ListRoundedIcon />} startIcon={<ListRoundedIcon />}
......
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