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 + + ) } ]} />