mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
fix: 🐛 Fix incorrect pluralization of entity page title
This commit is contained in:
parent
1b243f1aca
commit
2f0e447f78
2 changed files with 2 additions and 2 deletions
|
|
@ -291,7 +291,7 @@ export const navigation: NavGroup[] = [
|
|||
{ title: "Follow", href: "/entities/follow" },
|
||||
{ title: "FollowAccept", href: "/entities/follow-accept" },
|
||||
{ title: "FollowReject", href: "/entities/follow-reject" },
|
||||
{ title: "Notes", href: "/entities/note" },
|
||||
{ title: "Note", href: "/entities/note" },
|
||||
{ title: "InstanceMetadata", href: "/entities/instance-metadata" },
|
||||
{ title: "Unfollow", href: "/entities/unfollow" },
|
||||
{ title: "Users", href: "/entities/user" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue