diff --git a/web/src/components/AboutSiteDialog.tsx b/web/src/components/AboutSiteDialog.tsx index b36478d9a..de0f0d077 100644 --- a/web/src/components/AboutSiteDialog.tsx +++ b/web/src/components/AboutSiteDialog.tsx @@ -45,13 +45,19 @@ const AboutSiteDialog: React.FC = ({ destroy }: Props) => {


- 🏗 Source code, and built by Steven 🐯. + + 🏗 Source code + + + <> + version: + + {profile?.version}-{profile?.mode} + + 🎉 + +

- -

- version: {profile?.version} 🎉 -

-
); diff --git a/web/src/less/about-site-dialog.less b/web/src/less/about-site-dialog.less index ea530f8cd..96f3326cd 100644 --- a/web/src/less/about-site-dialog.less +++ b/web/src/less/about-site-dialog.less @@ -11,14 +11,10 @@ > p { @apply my-1; - - &.updated-time-text { - @apply flex flex-row justify-start items-center w-full text-sm mt-3 pt-2 border-t-2 border-t-gray-200 text-gray-600 whitespace-pre-wrap font-mono; - } } .pre-text { - @apply font-mono; + @apply font-mono mx-1; } a {