From c8c3e3c8c977436c32690047be383bfe0cfdddee Mon Sep 17 00:00:00 2001 From: Der_Googler <54764558+DerGoogler@users.noreply.github.com> Date: Wed, 28 Aug 2024 15:54:55 +0200 Subject: [PATCH] add telegram channel link --- src/activitys/fragments/DrawerFragment.tsx | 15 +++++++++------ src/locales/en.ts | 3 ++- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/src/activitys/fragments/DrawerFragment.tsx b/src/activitys/fragments/DrawerFragment.tsx index dc489a81..f8070b3e 100644 --- a/src/activitys/fragments/DrawerFragment.tsx +++ b/src/activitys/fragments/DrawerFragment.tsx @@ -153,12 +153,7 @@ export const DrawerFragment = (props: Props) => { Other}> { - os.open("https://dergoogler.com/legal/privacy-policy", { - target: "_blank", - features: { - color: theme.palette.background.default, - }, - }); + os.openURL("https://dergoogler.com/legal/privacy-policy", "_blank"); hide(); }} > @@ -203,6 +198,14 @@ export const DrawerFragment = (props: Props) => { > + { + os.openURL("https://t.me/GooglersRepo", "_blank"); + hide(); + }} + > + + {/* */} diff --git a/src/locales/en.ts b/src/locales/en.ts index a366e100..2dbc8ff2 100644 --- a/src/locales/en.ts +++ b/src/locales/en.ts @@ -160,5 +160,6 @@ export const en = { features: "Features", feature: "Feature", verified: "Verified", - last_updated: "Last updated: {date}" + last_updated: "Last updated: {date}", + telegram_channel: "Telegram channel" };