fix: 🐛 Finish InstanceMetadata rename

This commit is contained in:
Jesse Wierzbinski 2024-08-17 22:16:59 +02:00
parent 290b6f96e9
commit 94f437f539
No known key found for this signature in database
7 changed files with 7 additions and 7 deletions

View file

@ -277,7 +277,7 @@ export const navigation: NavGroup[] = [
{ title: "FollowAccept", href: "/entities/follow-accept" },
{ title: "FollowReject", href: "/entities/follow-reject" },
{ title: "Notes", href: "/entities/note" },
{ title: "InstanceMetadata", href: "/entities/server-metadata" },
{ title: "InstanceMetadata", href: "/entities/instance-metadata" },
{ title: "Unfollow", href: "/entities/unfollow" },
{ title: "Users", href: "/entities/user" },
],