diff --git a/web/app/header.tsx b/web/app/header.tsx index e1d542dc..55f16de1 100644 --- a/web/app/header.tsx +++ b/web/app/header.tsx @@ -1,24 +1,24 @@ - const navigation = [ - { name: 'Github', href: 'https://github.com/jmorganca/ollama' }, + { name: 'Discord', href: 'https://discord.gg/MrfB5FbNWN' }, + { name: 'GitHub', href: 'https://github.com/jmorganca/ollama' }, { name: 'Download', href: '/download' }, ] export default function Header() { return ( -
-
) -} \ No newline at end of file +}