External attachments

This commit is contained in:
2024-02-05 20:02:37 +08:00
parent 22ad495308
commit 8cb6b699e5
4 changed files with 87 additions and 33 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();