fix(design-system): molecules/user-popover: discord invite link

This commit is contained in:
41666 2022-07-25 13:21:48 -04:00
parent f2fe4438d1
commit 71d35ba36a

View file

@ -19,9 +19,10 @@ export const UserPopover = (props: UserPopoverProps) => {
const subtitleText = React.useMemo(() => {
const texts = [
'✊ Black Lives Matter.',
'Trans Rights!',
'Trans Rights are Human Rights',
'Stop AAPI Hate.',
"Get vaccinated, it's free!",
'Imagine having bodily autonomy',
];
return texts[Math.floor(Math.random() * texts.length)];
@ -46,7 +47,7 @@ export const UserPopover = (props: UserPopoverProps) => {
</Link>
</NavAction>
<NavAction>
<Link href="https://discord.com/PWQUVsd">
<Link href="https://discord.gg/PWQUVsd">
Get help on Discord <FaDiscord />
</Link>
</NavAction>