aboutsummaryrefslogtreecommitdiff
path: root/FrontEnd/src/app/views/login
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-11-04 16:14:37 +0800
committercrupest <crupest@outlook.com>2020-11-04 16:14:37 +0800
commitf8ee7fa8b6c50461b334adb082bfc0bf86e7eb79 (patch)
treea4ca6967c1c1d392ae2fb9cde31a62ad9b01ef52 /FrontEnd/src/app/views/login
parentfa903e2e2e23761d0a650b657ef78ba4966c9220 (diff)
downloadtimeline-f8ee7fa8b6c50461b334adb082bfc0bf86e7eb79.tar.gz
timeline-f8ee7fa8b6c50461b334adb082bfc0bf86e7eb79.tar.bz2
timeline-f8ee7fa8b6c50461b334adb082bfc0bf86e7eb79.zip
chore: Remove mt-appbar.
Diffstat (limited to 'FrontEnd/src/app/views/login')
-rw-r--r--FrontEnd/src/app/views/login/index.tsx2
1 files changed, 1 insertions, 1 deletions
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 (
<>
<AppBar />
- <p className="mt-appbar">{t("login.alreadyLogin")}</p>
+ <p>{t("login.alreadyLogin")}</p>
</>
);
}