feat: add "Friends" section to settings sidebar navigation
This commit is contained in:
1
thoughts-frontend/.gitignore
vendored
1
thoughts-frontend/.gitignore
vendored
@@ -39,3 +39,4 @@ yarn-error.log*
|
|||||||
# typescript
|
# typescript
|
||||||
*.tsbuildinfo
|
*.tsbuildinfo
|
||||||
next-env.d.ts
|
next-env.d.ts
|
||||||
|
.superpowers/
|
||||||
|
|||||||
@@ -15,6 +15,10 @@ const sidebarNavItems = [
|
|||||||
title: "Federation",
|
title: "Federation",
|
||||||
href: "/settings/federation",
|
href: "/settings/federation",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: "Friends",
|
||||||
|
href: "/settings/friends",
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
export default function SettingsLayout({
|
export default function SettingsLayout({
|
||||||
|
|||||||
Reference in New Issue
Block a user