diff --git a/joinlemmy-translations b/joinlemmy-translations index ef6a2d4..ebe80fa 160000 --- a/joinlemmy-translations +++ b/joinlemmy-translations @@ -1 +1 @@ -Subproject commit ef6a2d42a0c03e6e66f1670d828b738a72cb3880 +Subproject commit ebe80fa15d9f7d17979c317291834ab4021cb8eb diff --git a/src/shared/components/apps.tsx b/src/shared/components/apps.tsx index 1217f33..5f4ce6a 100644 --- a/src/shared/components/apps.tsx +++ b/src/shared/components/apps.tsx @@ -9,6 +9,11 @@ export class Apps extends Component { constructor(props: any, context: any) { super(props, context); } + + componentDidMount() { + window.scrollTo(0, 0); + } + render() { return (
diff --git a/src/shared/components/main.tsx b/src/shared/components/main.tsx index 365d814..e313c2e 100644 --- a/src/shared/components/main.tsx +++ b/src/shared/components/main.tsx @@ -212,6 +212,11 @@ export class Main extends Component {
  • {i18n.t("clean_interface")}
  • +
  • + + {i18n.t("mobile_apps_for_ios_and_android")} + +
  • {i18n.t("avatar_support")}