diff --git a/app/assets/images/group.svg b/app/assets/images/group.svg new file mode 100644 index 000000000..4e187999d --- /dev/null +++ b/app/assets/images/group.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/soapbox/components/list.tsx b/app/soapbox/components/list.tsx index 3dd77c34c..b48b24a87 100644 --- a/app/soapbox/components/list.tsx +++ b/app/soapbox/components/list.tsx @@ -84,7 +84,10 @@ const ListItem: React.FC = ({ label, hint, children, onClick, onSelec {children} {isSelected ? ( - + ) : null} ) : null} diff --git a/app/soapbox/features/ui/components/modals/manage-group-modal/steps/privacy-step.tsx b/app/soapbox/features/ui/components/modals/manage-group-modal/steps/privacy-step.tsx index 22ad89305..e26243f9a 100644 --- a/app/soapbox/features/ui/components/modals/manage-group-modal/steps/privacy-step.tsx +++ b/app/soapbox/features/ui/components/modals/manage-group-modal/steps/privacy-step.tsx @@ -18,6 +18,11 @@ const PrivacyStep = () => { return ( <> +