Realm directory

This commit is contained in:
2024-02-05 19:25:56 +08:00
parent 0c8afb2bae
commit 22ad495308
13 changed files with 212 additions and 33 deletions

View File

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