diff options
author | ThibG <thib@sitedethib.com> | 2021-01-21 17:51:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-21 17:51:43 +0100 |
commit | d1255ab8a5101bc04af4a5214f975edf443a37d9 (patch) | |
tree | b1fdf7512106985fa90cb7a7ffda134440e399af /app/views/home | |
parent | 73d5b050196e9fdbe4c09f7d8650eed7562f2a08 (diff) | |
parent | c48e2a48ba9a5e873be0deb506aaef4d5bc2426b (diff) |
Merge pull request #1487 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'app/views/home')
-rw-r--r-- | app/views/home/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/home/index.html.haml b/app/views/home/index.html.haml index ce47418d4..568b23eff 100644 --- a/app/views/home/index.html.haml +++ b/app/views/home/index.html.haml @@ -7,7 +7,7 @@ %meta{name: 'applicationServerKey', content: Rails.configuration.x.vapid_public_key} = render_initial_state -.app-holder#mastodon{ data: { props: Oj.dump(default_props) } } +.notranslate.app-holder#mastodon{ data: { props: Oj.dump(default_props) } } %noscript = image_pack_tag 'logo.svg', alt: 'Mastodon' |