Treat the App Setting link as a proper link (fixes #375)

This commit is contained in:
Thibaut Girka
2018-07-23 16:03:30 +02:00
committed by ThibG
parent 88b7ccc2ca
commit 3eb3c21327
2 changed files with 23 additions and 10 deletions

View File

@@ -96,9 +96,8 @@ export default function DrawerHeader ({
<a
aria-label={intl.formatMessage(messages.settings)}
onClick={onSettingsClick}
role='button'
href='#'
title={intl.formatMessage(messages.settings)}
tabIndex='0'
><Icon icon='cogs' /></a>
<a
aria-label={intl.formatMessage(messages.logout)}