From 820e581ad8bcc9e7134f87a8e9097ef2f7280877 Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Tue, 18 Jul 2023 17:03:40 -0700 Subject: [PATCH] web: fix typos and add link to discord --- web/app/header.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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 +}