Skip to content

Commit

Permalink
Nav fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-qg committed Apr 29, 2024
1 parent 690cc42 commit 0c925cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webapp/src/components/nav/Nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ export const Nav = () => {
<Link to='/history' style={{color:'#0F0F0F', textDecoration: 'none', marginRight: '2vw', fontSize: '1.25rem'}}>
Historial
</Link>
<Link to='/appQuestion' style={{color:'#0F0F0F', textDecoration: 'none', fontSize: '1.25rem'}}>
<Link to='/appQuestion' style={{color:'#0F0F0F', textDecoration: 'none', marginRight: '2vw', fontSize: '1.25rem'}}>
Almacén de preguntas
</Link>
<Link to='/users' style={{color:'white', textDecoration: 'none'}}>
<Link to='/users' style={{color:'#0F0F0F', textDecoration: 'none', fontSize: '1.25rem'}}>
Usuarios
</Link>
</Container>
Expand All @@ -44,7 +44,7 @@ export const Nav = () => {
<HelpIcon sx={{ color: "#0F0F0F" }}/>
</IconButton>
</Link>
<Link to='/login' style={{color:'white', textDecoration: 'none'}}>
<Link to='/' style={{color:'white', textDecoration: 'none'}}>
<IconButton size="large" color="inherit" >
<LogoutIcon sx={{ color: "#0F0F0F" }}/>
</IconButton>
Expand Down

0 comments on commit 0c925cb

Please sign in to comment.