From c20ea8802158e4a3f5c239518a46bc2f7db32569 Mon Sep 17 00:00:00 2001 From: Carlos Valente Date: Thu, 20 Nov 2025 18:11:47 +0100 Subject: [PATCH] docs: add link to subreddit --- apps/client/src/externals.ts | 1 + .../src/features/app-settings/panel/about-panel/AboutPanel.tsx | 2 ++ 2 files changed, 3 insertions(+) diff --git a/apps/client/src/externals.ts b/apps/client/src/externals.ts index a11867048..f8fa3d983 100644 --- a/apps/client/src/externals.ts +++ b/apps/client/src/externals.ts @@ -8,6 +8,7 @@ export const githubUrl = 'https://www.github.com/cpvalente/ontime'; export const apiRepoLatest = 'https://api.github.com/repos/cpvalente/ontime/releases/latest'; export const websiteUrl = 'https://www.getontime.no'; export const discordUrl = 'https://discord.com/invite/eje3CSUEXm'; +export const subredditUrl = 'https://www.reddit.com/r/ontimeapp/'; export const documentationUrl = 'https://docs.getontime.no'; export const customFieldsDocsUrl = 'https://docs.getontime.no/features/custom-fields/'; diff --git a/apps/client/src/features/app-settings/panel/about-panel/AboutPanel.tsx b/apps/client/src/features/app-settings/panel/about-panel/AboutPanel.tsx index 8913ac913..47ff4ce79 100644 --- a/apps/client/src/features/app-settings/panel/about-panel/AboutPanel.tsx +++ b/apps/client/src/features/app-settings/panel/about-panel/AboutPanel.tsx @@ -5,6 +5,7 @@ import { documentationUrl, githubSponsorUrl, githubUrl, + subredditUrl, websiteUrl, } from '../../../../externals'; import * as Panel from '../../panel-utils/PanelUtils'; @@ -38,6 +39,7 @@ export default function AboutPanel() { Read the docs Follow the project on GitHub Discord server + Subreddit );