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