From f9f1af61fdd5bf81e9cbe99d782ef3e0912cfdee Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 4 Nov 2020 16:14:37 +0800 Subject: chore: Remove mt-appbar. --- FrontEnd/src/app/views/about/index.tsx | 2 +- FrontEnd/src/app/views/login/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'FrontEnd/src/app/views') diff --git a/FrontEnd/src/app/views/about/index.tsx b/FrontEnd/src/app/views/about/index.tsx index e7771cec..1b77810e 100644 --- a/FrontEnd/src/app/views/about/index.tsx +++ b/FrontEnd/src/app/views/about/index.tsx @@ -73,7 +73,7 @@ const AboutPage: React.FC = () => { const { t } = useTranslation(); return ( -
+

{t("about.author.title")}

diff --git a/FrontEnd/src/app/views/login/index.tsx b/FrontEnd/src/app/views/login/index.tsx index 61b9a525..c0cd9ca9 100644 --- a/FrontEnd/src/app/views/login/index.tsx +++ b/FrontEnd/src/app/views/login/index.tsx @@ -34,7 +34,7 @@ const LoginPage: React.FC = (_) => { return ( <> -

{t("login.alreadyLogin")}

+

{t("login.alreadyLogin")}

); } -- cgit v1.2.3