From fc7ba629158cee7f0c7cdbd761ff90e890326f75 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Thu, 17 Feb 2022 21:31:41 -0500 Subject: [PATCH] Add links to 3rd party apps in more features. Fixes #70 --- joinlemmy-translations | 2 +- src/shared/components/apps.tsx | 5 +++++ src/shared/components/main.tsx | 5 +++++ 3 files changed, 11 insertions(+), 1 deletion(-) 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")}