diff --git a/src/pages/Config.tsx b/src/pages/Config.tsx index a83c150..85846a8 100644 --- a/src/pages/Config.tsx +++ b/src/pages/Config.tsx @@ -31,6 +31,7 @@ import { LANG, MODE_OPTIONS, ROUTES, themes } from '~/constants' import { locale, setLocale, useI18n } from '~/i18n' import { autoSwitchTheme, + endpoint, favDayTheme, favNightTheme, setAutoSwitchTheme, @@ -462,19 +463,23 @@ const Versions = () => { }) return ( -
- {import.meta.env.version} +
+
+ {import.meta.env.version} -
- - - - - - +
+ + + + + + - {backendVersion()} + {backendVersion()} +
+ +

{endpoint()?.url}

) }