feat: Add Discord and Twitter links to AboutApp component
This commit is contained in:
parent
692c0887cc
commit
bd9e19865a
@ -56,6 +56,32 @@ export const AboutApp = () => {
|
|||||||
key: 1,
|
key: 1,
|
||||||
label: t("about.ollamaVersion"),
|
label: t("about.ollamaVersion"),
|
||||||
children: data.ollama
|
children: data.ollama
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 2,
|
||||||
|
label: "Community",
|
||||||
|
children: (
|
||||||
|
<a
|
||||||
|
href="https://discord.com/invite/bu54382uBd"
|
||||||
|
target="_blank"
|
||||||
|
rel="noreferrer"
|
||||||
|
className="text-blue-500 dark:text-blue-400">
|
||||||
|
Discord Server
|
||||||
|
</a>
|
||||||
|
)
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 3,
|
||||||
|
label: "X (formerly Twitter)",
|
||||||
|
children: (
|
||||||
|
<a
|
||||||
|
href="https://twitter.com/n4ze3m"
|
||||||
|
target="_blank"
|
||||||
|
rel="noreferrer"
|
||||||
|
className="text-blue-500 dark:text-blue-400">
|
||||||
|
@n4ze3m
|
||||||
|
</a>
|
||||||
|
)
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user