Eva Ho пре 1 година
родитељ
комит
9c5572d51f
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      web/app/header.tsx

+ 1 - 0
web/app/header.tsx

@@ -1,6 +1,7 @@
 import Link from "next/link"
 
 const navigation = [
+  { name: 'Discord', href: 'https://discord.gg/MrfB5FbNWN' },
   { name: 'Github', href: 'https://github.com/jmorganca/ollama' },
   { name: 'Download', href: '/download' },
 ]