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' },
 ]