Skip to content

Commit

Permalink
fix: remove punctuation from event
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Bedon committed May 17, 2024
1 parent 8e411cb commit 2e47f96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/WwwFrame/Header/TeamsMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
'topnav',
'click',
'lending-teams',
'my-team\'s-activity',
'my-teams-activity',
`${teamsData[0].team.teamPublicId}`
]"
:href="`/team/${teamsData[0].team.teamPublicId}`"
Expand All @@ -43,7 +43,7 @@
'topnav',
'click',
'lending-teams',
'my-team\'s-impact',
'my-teams-impact',
`${teamsData[0].team.teamPublicId}`
]"
:href="`/team/${teamsData[0].team.teamPublicId}/impact`"
Expand Down

0 comments on commit 2e47f96

Please sign in to comment.