[WEB-666] chore: rename View profile to My activity. (#3906)
This commit is contained in:
parent
deb5ac0578
commit
f5151ae717
1 changed files with 3 additions and 3 deletions
|
|
@ -24,8 +24,8 @@ const userLinks = (workspaceSlug: string, userId: string) => [
|
|||
icon: Mails,
|
||||
},
|
||||
{
|
||||
key: "view_profile",
|
||||
name: "View profile",
|
||||
key: "my_activity",
|
||||
name: "My activity",
|
||||
href: `/${workspaceSlug}/profile/${userId}`,
|
||||
icon: CircleUserRound,
|
||||
},
|
||||
|
|
@ -38,7 +38,7 @@ const userLinks = (workspaceSlug: string, userId: string) => [
|
|||
];
|
||||
const profileLinks = (workspaceSlug: string, userId: string) => [
|
||||
{
|
||||
name: "View profile",
|
||||
name: "My activity",
|
||||
icon: UserCircle2,
|
||||
link: `/${workspaceSlug}/profile/${userId}`,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue