From bd9e19865aac49e9c3161cc1ce6bad6f83d0cea8 Mon Sep 17 00:00:00 2001 From: n4ze3m Date: Mon, 3 Jun 2024 00:33:38 +0530 Subject: [PATCH] feat: Add Discord and Twitter links to AboutApp component --- src/components/Option/Settings/about.tsx | 26 ++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/src/components/Option/Settings/about.tsx b/src/components/Option/Settings/about.tsx index 3101ad8..d1853cc 100644 --- a/src/components/Option/Settings/about.tsx +++ b/src/components/Option/Settings/about.tsx @@ -56,6 +56,32 @@ export const AboutApp = () => { key: 1, label: t("about.ollamaVersion"), children: data.ollama + }, + { + key: 2, + label: "Community", + children: ( + + Discord Server + + ) + }, + { + key: 3, + label: "X (formerly Twitter)", + children: ( + + @n4ze3m + + ) } ]} />