diff options
Diffstat (limited to 'animism-align/frontend/app/views/viewer/sections/viewer.sections.share.js')
| -rw-r--r-- | animism-align/frontend/app/views/viewer/sections/viewer.sections.share.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/animism-align/frontend/app/views/viewer/sections/viewer.sections.share.js b/animism-align/frontend/app/views/viewer/sections/viewer.sections.share.js index 3950743..957aee4 100644 --- a/animism-align/frontend/app/views/viewer/sections/viewer.sections.share.js +++ b/animism-align/frontend/app/views/viewer/sections/viewer.sections.share.js @@ -14,7 +14,7 @@ export default class ViewerSectionsShare extends Component { this.copyToClipboard = this.copyToClipboard.bind(this) } copyToClipboard() { - const url = "https://e-flux.com/" + const url = URLS.share_url writeToClipboard(url).then(() =>{ clearTimeout(this.timeout) this.setState({ copying: true, copied: false, }) |
