This commit is contained in:
Eva Ho 2023-07-25 13:30:42 -04:00
parent af9039a167
commit 07971759fa

View file

@ -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() {
))}
</div>
</nav>
</header >
</header>
)
}