Merge pull request #231 from jmorganca/mchiang0610-discord
Update discord invite link
This commit is contained in:
commit
36ad90e8e3
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
import Link from "next/link"
|
import Link from "next/link"
|
||||||
|
|
||||||
const navigation = [
|
const navigation = [
|
||||||
{ name: 'Discord', href: 'https://discord.gg/MrfB5FbNWN' },
|
{ name: 'Discord', href: 'https://discord.com/invite/ollama' },
|
||||||
{ name: 'GitHub', href: 'https://github.com/jmorganca/ollama' },
|
{ name: 'GitHub', href: 'https://github.com/jmorganca/ollama' },
|
||||||
{ name: 'Download', href: '/download' },
|
{ name: 'Download', href: '/download' },
|
||||||
]
|
]
|
||||||
|
@ -23,4 +23,4 @@ export default function Header() {
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue