From 64e6e69579a6bd3bbde2afd3ab5a9bbb2d2de36b Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 7 Jan 2023 17:11:44 +0800 Subject: Fix about page layout. --- FrontEnd/src/views/about/index.tsx | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) (limited to 'FrontEnd/src/views/about/index.tsx') diff --git a/FrontEnd/src/views/about/index.tsx b/FrontEnd/src/views/about/index.tsx index 796d1d23..c7c225b8 100644 --- a/FrontEnd/src/views/about/index.tsx +++ b/FrontEnd/src/views/about/index.tsx @@ -65,21 +65,19 @@ const AboutPage: React.FC = () => {

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

-
+
-
-

- {t("about.author.name")} - crupest -

-

- {t("about.author.introduction")} - {t("about.author.introductionContent")} -

-
+

+ {t("about.author.name")} + crupest +

+

+ {t("about.author.introduction")} + {t("about.author.introductionContent")} +

{t("about.author.links")} -- cgit v1.2.3