Skip to content

Commit

Permalink
Merge pull request #5322 from kiva/fix-remove-punctuation-from-events…
Browse files Browse the repository at this point in the history
…-in-teams-menu

fix: remove punctuation from event
  • Loading branch information
christian14b committed May 17, 2024
2 parents 8e411cb + 2e47f96 commit 3383253
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 3383253

Please sign in to comment.