From 71d35ba36a832de3a503075da77936300f6186f9 Mon Sep 17 00:00:00 2001 From: Katalina Okano Date: Mon, 25 Jul 2022 13:21:48 -0400 Subject: [PATCH] fix(design-system): molecules/user-popover: discord invite link --- .../design-system/molecules/user-popover/UserPopover.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/design-system/molecules/user-popover/UserPopover.tsx b/packages/design-system/molecules/user-popover/UserPopover.tsx index 65720ff..14e91e2 100644 --- a/packages/design-system/molecules/user-popover/UserPopover.tsx +++ b/packages/design-system/molecules/user-popover/UserPopover.tsx @@ -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) => { - + Get help on Discord