From 07971759faa76de05a5f9ff0487dac72081073c1 Mon Sep 17 00:00:00 2001 From: Eva Ho Date: Tue, 25 Jul 2023 13:30:42 -0400 Subject: [PATCH] fix typo --- web/app/header.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/app/header.tsx b/web/app/header.tsx index c97d3b12e..4138052b7 100644 --- a/web/app/header.tsx +++ b/web/app/header.tsx @@ -2,7 +2,7 @@ import Link from "next/link" const navigation = [ { name: 'Discord', href: 'https://discord.gg/MrfB5FbNWN' }, - { name: 'Github', href: 'https://github.com/jmorganca/ollama' }, + { name: 'GitHub', href: 'https://github.com/jmorganca/ollama' }, { name: 'Download', href: '/download' }, ] @@ -21,6 +21,6 @@ export default function Header() { ))} - + ) } \ No newline at end of file