diff --git a/web-app/src/routes/settings/general.tsx b/web-app/src/routes/settings/general.tsx index 5c327e4ff..ae5f67b76 100644 --- a/web-app/src/routes/settings/general.tsx +++ b/web-app/src/routes/settings/general.tsx @@ -26,7 +26,13 @@ import { getJanDataFolder, relocateJanDataFolder, } from '@/services/app' -import { IconFolder, IconLogs } from '@tabler/icons-react' +import { + IconBrandDiscord, + IconBrandGithub, + IconExternalLink, + IconFolder, + IconLogs, +} from '@tabler/icons-react' import { WebviewWindow } from '@tauri-apps/api/webviewWindow' import { windowKey } from '@/constants/windows' @@ -249,6 +255,120 @@ function General() { } /> + + {/* Resources */} + + +
+ View Docs + +
+ + } + /> + +
+ View Releases + +
+ + } + /> +
+ + {/* Community */} + + +
+ +
+ + } + /> + +
+ +
+ + } + /> +
+ + {/* Support */} + + +
+ Report Issue + +
+ + } + /> +
+ + {/* Credits */} + + +

+ Jan is built with ❤️ by the Jan team and contributors from + around the world. +

+

+ Special thanks to all our open-source dependencies and the + amazing AI community. +

+ + } + /> +