Realms

This commit is contained in:
2024-02-05 15:51:31 +08:00
parent 28b4f11ccf
commit 0c8afb2bae
10 changed files with 204 additions and 17 deletions

View File

@@ -11,7 +11,8 @@ interface MenuItem {
export default function Navbar() {
const nav: MenuItem[] = [
{ label: "Feed", href: "/" }
{ label: "Feed", href: "/" },
{ label: "Realms", href: "/realms" }
];
const wellKnown = useWellKnown();