Commit 07971759 authored by Eva Ho's avatar Eva Ho
Browse files

fix typo

parent af9039a1
...@@ -2,7 +2,7 @@ import Link from "next/link" ...@@ -2,7 +2,7 @@ import Link from "next/link"
const navigation = [ const navigation = [
{ name: 'Discord', href: 'https://discord.gg/MrfB5FbNWN' }, { 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' }, { name: 'Download', href: '/download' },
] ]
...@@ -21,6 +21,6 @@ export default function Header() { ...@@ -21,6 +21,6 @@ export default function Header() {
))} ))}
</div> </div>
</nav> </nav>
</header > </header>
) )
} }
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment