{children}
, + ul: ({ children }) =>{children},
+};
+
+export function ChangelogPage() {
+ const { t } = useTranslation();
+
+ return (
+ + {t( + 'changelog.officialNotice', + 'The official WebUI is maintained by the Stalwart team and is available at', + )}{' '} + + https://github.com/stalwartlabs/webui + + . +
++ {t('changelog.description', "What's new in this fork, release by release.")} +
+