<NavigationPanelFooterLink> not correctly styled
The styles that should be applied were lost when refactoring and were originally..
:
'& a': {
color: 'inherit',
fontWeight: 'inherit',
textDecoration: 'underline',
},
'& a:hover': {
color: theme.palette.text.primary,
},
:
Edited by Mike Bamford