diff options
author | crupest <crupest@outlook.com> | 2020-11-04 16:14:37 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-11-04 16:14:37 +0800 |
commit | f9f1af61fdd5bf81e9cbe99d782ef3e0912cfdee (patch) | |
tree | b45ac1a5c35cbaf719fd35905e9eea26affc4e82 /FrontEnd/src/app/views/about/index.tsx | |
parent | 537f48fe8fc6860b3b71568654c16c0bfdf1e730 (diff) | |
download | timeline-f9f1af61fdd5bf81e9cbe99d782ef3e0912cfdee.tar.gz timeline-f9f1af61fdd5bf81e9cbe99d782ef3e0912cfdee.tar.bz2 timeline-f9f1af61fdd5bf81e9cbe99d782ef3e0912cfdee.zip |
chore: Remove mt-appbar.
Diffstat (limited to 'FrontEnd/src/app/views/about/index.tsx')
-rw-r--r-- | FrontEnd/src/app/views/about/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ( - <div className="mt-appbar px-2 mb-4"> + <div className="px-2 mb-4"> <div className="container mt-4 py-3 shadow border border-primary rounded bg-light"> <h4 id="author-info">{t("about.author.title")}</h4> <div> |