mirror of
https://github.com/MbinOrg/mbin-website.git
synced 2025-07-04 17:18:56 +00:00
Add Docs & GitHub links to nav
This commit is contained in:
parent
2ef6b5a31c
commit
504fa26a8b
1 changed files with 7 additions and 0 deletions
|
@ -18,6 +18,13 @@ export default function Nav() {
|
|||
<li class={`border-b-2 ${active('/servers')} mx-1.5 sm:mx-6`}>
|
||||
<a href="/servers">Servers</a>
|
||||
</li>
|
||||
<span class="grow"></span>
|
||||
<li class={`border-b-2 mx-1.5 sm:mx-6`}>
|
||||
<a href="https://docs.joinmbin.org/">Docs</a>
|
||||
</li>
|
||||
<li class={`border-b-2 mx-1.5 sm:mx-6`}>
|
||||
<a href="https://github.com/mbinOrg/mbin">GitHub</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue