add header link to source repo

This commit is contained in:
Daniel N
2023-11-14 14:54:32 +03:00
parent 3fab26e04a
commit 83110e01d1

View File

@@ -8,6 +8,7 @@ import { useRouter } from 'next/router'
const navigationItems = [
{ name: 'Connecting to a Peer', href: '/' },
{ name: 'Chat', href: '/chat' },
{ name: 'Source', href: 'https://github.com/libp2p/universal-connectivity' },
]
const userNavigation = [
{ name: 'Your Profile', href: '#' },