From a7f1a0c4f853f7bd7ef362d5e03f2b2a8369a015 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Mon, 6 Jun 2022 07:00:16 +0000 Subject: [PATCH] Fix 'Logout' inline link on the splash screen (#8770) Signed-off-by: Suguru Hirahara --- src/components/structures/MatrixChat.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/components/structures/MatrixChat.tsx b/src/components/structures/MatrixChat.tsx index b143fc74485..c8c59cdcbac 100644 --- a/src/components/structures/MatrixChat.tsx +++ b/src/components/structures/MatrixChat.tsx @@ -2012,9 +2012,11 @@ export default class MatrixChat extends React.PureComponent {
{ errorBox } - - { _t('Logout') } - +
+ + { _t('Logout') } + +
); }