mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
fix(design-system): molecules/user-popover: discord invite link
This commit is contained in:
parent
f2fe4438d1
commit
71d35ba36a
1 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue