@@ -289,7 +289,7 @@ class ActionBar extends React.Component<Props, State> {
289289 < a
290290 href = { `https://www.facebook.com/sharer/sharer.php?t=${ encodeURIComponent (
291291 thread . content . title
292- ) } &u=https://spectrum.chat/ ${ getThreadLink ( thread ) } `}
292+ ) } &u=https://spectrum.chat${ getThreadLink ( thread ) } `}
293293 target = "_blank"
294294 rel = "noopener noreferrer"
295295 >
@@ -310,7 +310,7 @@ class ActionBar extends React.Component<Props, State> {
310310 data-cy = "thread-tweet-button"
311311 >
312312 < a
313- href = { `https://twitter.com/share?url=https://spectrum.chat/ ${ getThreadLink (
313+ href = { `https://twitter.com/share?url=https://spectrum.chat${ getThreadLink (
314314 thread
315315 ) } &text=${ encodeURIComponent (
316316 thread . content . title
@@ -330,7 +330,7 @@ class ActionBar extends React.Component<Props, State> {
330330
331331 < Clipboard
332332 style = { { background : 'none' } }
333- data-clipboard-text = { `${ CLIENT_URL } / ${ getThreadLink ( thread ) } ` }
333+ data-clipboard-text = { `${ CLIENT_URL } ${ getThreadLink ( thread ) } ` }
334334 onSuccess = { ( ) =>
335335 this . props . dispatch (
336336 addToastWithTimeout ( 'success' , 'Copied to clipboard' )
@@ -359,7 +359,7 @@ class ActionBar extends React.Component<Props, State> {
359359 < ShareButtons >
360360 < Clipboard
361361 style = { { background : 'none' } }
362- data-clipboard-text = { `https://spectrum.chat/ ${ getThreadLink (
362+ data-clipboard-text = { `https://spectrum.chat${ getThreadLink (
363363 thread
364364 ) } `}
365365 onSuccess = { ( ) =>
0 commit comments