From 6f451ab735bc890147e068713ccc36b71dd35b45 Mon Sep 17 00:00:00 2001 From: Eugene Date: Tue, 17 Sep 2024 19:48:08 +0200 Subject: [PATCH] added discord link --- tabby-core/src/services/homeBase.service.ts | 8 ++------ .../src/components/settingsTab.component.pug | 14 ++++---------- 2 files changed, 6 insertions(+), 16 deletions(-) diff --git a/tabby-core/src/services/homeBase.service.ts b/tabby-core/src/services/homeBase.service.ts index d64d5217..b508aa88 100644 --- a/tabby-core/src/services/homeBase.service.ts +++ b/tabby-core/src/services/homeBase.service.ts @@ -27,12 +27,8 @@ export class HomeBaseService { this.platform.openExternal('https://github.com/Eugeny/tabby') } - openDiscussions (): void { - this.platform.openExternal('https://github.com/Eugeny/tabby/discussions') - } - - openTwitter (): void { - this.platform.openExternal('https://twitter.com/eugeeeeny') + openDiscord (): void { + this.platform.openExternal('https://discord.gg/4c5EVTBhtp') } openTranslations (): void { diff --git a/tabby-settings/src/components/settingsTab.component.pug b/tabby-settings/src/components/settingsTab.component.pug index e923d29f..1b2e8e95 100644 --- a/tabby-settings/src/components/settingsTab.component.pug +++ b/tabby-settings/src/components/settingsTab.component.pug @@ -40,11 +40,11 @@ div(translate) Report a problem small.text-muted(translate) Generate a pre-filled GitHub issue - button.list-group-item.list-group-item-action.link-card((click)='homeBase.openDiscussions()') - i.fas.fa-fw.fa-comments + button.list-group-item.list-group-item-action.link-card((click)='homeBase.openDiscord()') + i.fab.fa-fw.fa-discord div - div(translate) Ask a question - small.text-muted(translate) On GitHub Discussions + div(translate) Community + small.text-muted(translate) On Discord button.list-group-item.list-group-item-action.link-card((click)='homeBase.openGitHub()') i.fab.fa-fw.fa-github @@ -58,12 +58,6 @@ div(translate) What's new small.text-muted(translate) Show release notes - button.list-group-item.list-group-item-action.link-card((click)='homeBase.openTwitter()') - i.fab.fa-fw.fa-twitter - div - div(translate) Subscribe to updates - small.text-muted(translate) Tabby news and updates on Twitter - h3(translate) Application settings .form-line