From b3f209370bfbf78dd2e21a36b145a5cce0005f2b Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Wed, 5 Jul 2023 11:25:27 +0200 Subject: [PATCH] [Glitch] Add canonical link tags in web UI Port 000b8358034106c63fc69f4deeac8a6fb7b51f92 to glitch-soc Signed-off-by: Claire --- .../flavours/glitch/features/account/components/header.jsx | 1 + app/javascript/flavours/glitch/features/status/index.jsx | 1 + 2 files changed, 2 insertions(+) diff --git a/app/javascript/flavours/glitch/features/account/components/header.jsx b/app/javascript/flavours/glitch/features/account/components/header.jsx index ca2eb37eb1d2c9389e48583d43a7ad71d9f2e88c..0c440dc8a30bd2292d5fba2635015ccc3b9fb5f1 100644 --- a/app/javascript/flavours/glitch/features/account/components/header.jsx +++ b/app/javascript/flavours/glitch/features/account/components/header.jsx @@ -398,6 +398,7 @@ class Header extends ImmutablePureComponent { {titleFromAccount(account)} + ); diff --git a/app/javascript/flavours/glitch/features/status/index.jsx b/app/javascript/flavours/glitch/features/status/index.jsx index 20dc85e26448194e3eb5706d6f6cfada372c357b..0c2536f2adb9e5bc0c1fc638a099acefedacf623 100644 --- a/app/javascript/flavours/glitch/features/status/index.jsx +++ b/app/javascript/flavours/glitch/features/status/index.jsx @@ -754,6 +754,7 @@ class Status extends ImmutablePureComponent { {titleFromStatus(intl, status)} + );