about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features/drawer/header
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-07-23 16:03:30 +0200
committerThibG <thib@sitedethib.com>2018-07-30 14:31:45 +0200
commit3eb3c21327b262ad7a3b929248ff30161ab87da3 (patch)
tree80d046bcd6896a07c82a75073b1c0471fea65a11 /app/javascript/flavours/glitch/features/drawer/header
parent88b7ccc2cae1bec5104459b881cfa49969753498 (diff)
Treat the App Setting link as a proper link (fixes #375)
Diffstat (limited to 'app/javascript/flavours/glitch/features/drawer/header')
-rw-r--r--app/javascript/flavours/glitch/features/drawer/header/index.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/javascript/flavours/glitch/features/drawer/header/index.js b/app/javascript/flavours/glitch/features/drawer/header/index.js
index 6949cd028..deec42435 100644
--- a/app/javascript/flavours/glitch/features/drawer/header/index.js
+++ b/app/javascript/flavours/glitch/features/drawer/header/index.js
@@ -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)}