about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/features
diff options
context:
space:
mode:
authorkibigo! <marrus-sh@users.noreply.github.com>2018-01-05 21:02:53 -0800
committerkibigo! <marrus-sh@users.noreply.github.com>2018-01-05 21:02:53 -0800
commit6932b464e6952a9d29787a140a026dce724bfb59 (patch)
treecdfcaadfa2df398a1cabf8c2858ef8005663371c /app/javascript/flavours/glitch/features
parentad10a80a9925c247ef14837d3a14ff7e7375f001 (diff)
Fixed improper dropdown func binding for #293 + toot button spacing
Diffstat (limited to 'app/javascript/flavours/glitch/features')
-rw-r--r--app/javascript/flavours/glitch/features/composer/publisher/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/features/composer/publisher/index.js b/app/javascript/flavours/glitch/features/composer/publisher/index.js
index f54fd68b7..5ded26f80 100644
--- a/app/javascript/flavours/glitch/features/composer/publisher/index.js
+++ b/app/javascript/flavours/glitch/features/composer/publisher/index.js
@@ -85,6 +85,7 @@ export default function ComposerPublisher ({
                     unlisted: 'unlock-alt',
                   }[privacy]}
                 />
+                {' '}
                 <FormattedMessage {...messages.publish} />
               </span>
             );