From 9c5572d51f478ede373c7b4ef9db99ff342f8b9b Mon Sep 17 00:00:00 2001 From: Eva Ho Date: Wed, 19 Jul 2023 13:03:26 -0400 Subject: [PATCH] add discord link back --- web/app/header.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/app/header.tsx b/web/app/header.tsx index 2c0830ee..c97d3b12 100644 --- a/web/app/header.tsx +++ b/web/app/header.tsx @@ -1,6 +1,7 @@ import Link from "next/link" const navigation = [ + { name: 'Discord', href: 'https://discord.gg/MrfB5FbNWN' }, { name: 'Github', href: 'https://github.com/jmorganca/ollama' }, { name: 'Download', href: '/download' }, ]