From 3ebaeccec92fc6bab72a3400bbb84224a7b43d88 Mon Sep 17 00:00:00 2001 From: JP DeVries Date: Wed, 26 Apr 2017 01:44:50 +0200 Subject: [PATCH] Toolbar icons accessible names (#1424) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- .../javascripts/components/features/compose/index.jsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 = (
- - - - - + + + + +
); }