feat: add "Friends" section to settings sidebar navigation

This commit is contained in:
2026-05-28 22:28:48 +02:00
parent 43e36c743b
commit c5812100d5
2 changed files with 5 additions and 0 deletions

View File

@@ -39,3 +39,4 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts
.superpowers/

View File

@@ -15,6 +15,10 @@ const sidebarNavItems = [
title: "Federation",
href: "/settings/federation",
},
{
title: "Friends",
href: "/settings/friends",
},
];
export default function SettingsLayout({