Skip to content

Commit

Permalink
fix(frontend): update discord menu to online chat (#2397)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgeepc authored Apr 17, 2023
1 parent c56b6c1 commit bdd88ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/Header/Menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const Menu = () => {
key: 'discord',
label: (
<a data-cy="discord-link" href={DISCORD_URL} target="_blank">
Discord
Online Chat
</a>
),
},
Expand Down

0 comments on commit bdd88ff

Please sign in to comment.