diff options
Diffstat (limited to 'animism-align/frontend')
| -rw-r--r-- | animism-align/frontend/app/views/viewer/sections/viewer.sections.share.js | 4 |
1 files changed, 2 insertions, 2 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 8170a7e..6b3deaf 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 @@ -28,8 +28,8 @@ export default class ViewerSectionsShare extends Component { let className = "nav-share" if (this.state.copying) className += " copying" if (this.state.copied) className += " copied" - const title = "Animism Episode 1" - const url = "https://e-flux.com/" + const title = "Animism: Episode 1" + const url = "https://animism.e-flux.com/episode1/" const mailtoURL = ( "mailto:?subject=" + encodeURIComponent(title) + "&body=" + encodeURIComponent("I want to share this post on e-flux: " + url + "\n\n\n") |
