Add birth date gating to moderation settings (#1435)
* Add birth date preference, modal to set, link in settings, and age gate in moderation * Styling fixes for android * Fix types
This commit is contained in:
parent
0090371011
commit
9e8b14f710
9 changed files with 297 additions and 62 deletions
|
@ -311,7 +311,7 @@ export const DesktopLeftNav = observer(function DesktopLeftNav() {
|
|||
icon={
|
||||
<HandIcon
|
||||
strokeWidth={5.5}
|
||||
style={pal.text as FontAwesomeIconStyle}
|
||||
style={pal.text}
|
||||
size={isDesktop ? 24 : 27}
|
||||
/>
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue