diff --git a/web/app/header.tsx b/web/app/header.tsx index c97d3b12..4138052b 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