refactor: 🚚 Rename ServerMetadata to InstanceMetadata

This commit is contained in:
Jesse Wierzbinski 2024-08-17 14:51:49 +02:00
parent c074e6e38e
commit f62c2b3a19
No known key found for this signature in database
4 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: "ServerMetadata", href: "/entities/server-metadata" },
{ title: "InstanceMetadata", href: "/entities/server-metadata" },
{ title: "Unfollow", href: "/entities/unfollow" },
{ title: "Users", href: "/entities/user" },
],