diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-09-11 18:04:09 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-11 18:04:09 -0700 |
commit | 9e8b14f71008e11889bf0107938850433bcd2cd2 (patch) | |
tree | bdd9a7af0223f240e3a65c7984bdbe029001fe14 /src/view/shell/desktop/LeftNav.tsx | |
parent | 0090371011e2b5f2c93bf8196ec461c34bf1c999 (diff) | |
download | voidsky-9e8b14f71008e11889bf0107938850433bcd2cd2.tar.zst |
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
Diffstat (limited to 'src/view/shell/desktop/LeftNav.tsx')
-rw-r--r-- | src/view/shell/desktop/LeftNav.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view/shell/desktop/LeftNav.tsx b/src/view/shell/desktop/LeftNav.tsx index 852731950..8c1a33245 100644 --- a/src/view/shell/desktop/LeftNav.tsx +++ b/src/view/shell/desktop/LeftNav.tsx @@ -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} /> } |