Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 2580 | Rev 2602 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 2580 Rev 2584
Línea 70... Línea 70...
70
            '& .MuiListItemButton-root.active .MuiTypography-body1': {
70
            '& .MuiListItemButton-root.active .MuiTypography-body1': {
71
              fontWeight: '600'
71
              fontWeight: '600'
72
            }
72
            }
73
          }}
73
          }}
74
        >
74
        >
75
          <ListItemButton LinkComponent={Link} to={url}>
75
          <ListItemButton LinkComponent={Link} to={url} exact>
76
            <ListItemText primary='Habitos' />
76
            <ListItemText primary='Habitos' />
77
          </ListItemButton>
77
          </ListItemButton>
Línea 78... Línea 78...
78
 
78
 
79
          <ListItemButton LinkComponent={Link} to={`${url}/goals`}>
79
          <ListItemButton LinkComponent={Link} to={`${url}/goals`} exact>
80
            <ListItemText primary='Metas' />
80
            <ListItemText primary='Metas' />
Línea 81... Línea 81...
81
          </ListItemButton>
81
          </ListItemButton>
82
 
82