From: JP DeVries Date: Tue, 25 Apr 2017 23:44:50 +0000 (+0200) Subject: Toolbar icons accessible names (#1424) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=3ebaeccec92fc6bab72a3400bbb84224a7b43d88;p=mastodon.git Toolbar icons accessible names (#1424) Closes tootsuite/mastodon#1349 This is my first PR and I’m only checking in the source JSX file. Please let me know if it should be checked in after being built also. --- diff --git a/app/assets/javascripts/components/features/compose/index.jsx b/app/assets/javascripts/components/features/compose/index.jsx index cad14e172..ae1b52ca0 100644 --- a/app/assets/javascripts/components/features/compose/index.jsx +++ b/app/assets/javascripts/components/features/compose/index.jsx @@ -40,11 +40,11 @@ class Compose extends React.PureComponent { if (withHeader) { header = (
- - - - - + + + + +
); }