diff --git a/src/components/ManagerPage/Dashboard.js b/src/components/ManagerPage/Dashboard.js index ee17b825..9c304bed 100644 --- a/src/components/ManagerPage/Dashboard.js +++ b/src/components/ManagerPage/Dashboard.js @@ -33,12 +33,10 @@ const Dashboard = ({ device, deviceInfo, t, handleHelpRequest }: Props) => ( {t('app:manager.subtitle')} - - - {t('app:common.needHelp')} - + +
{t('app:common.needHelp')}
-
+ @@ -54,12 +52,15 @@ const Dashboard = ({ device, deviceInfo, t, handleHelpRequest }: Props) => ( export default translate()(Dashboard) -const ContainerToHover = styled(Box).attrs({ +const HelpLink = styled(FakeLink).attrs({ align: 'center', ml: 'auto', horizontal: true, + flow: 1, + color: 'grey', + fontSize: 4, })` - ${FakeLink}:hover, &:hover { + &:hover { color: ${p => p.theme.colors.wallet}; } `