From 01b02f65f94b0ed3e1594f79c399df2a29827161 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 6 Aug 2025 13:08:20 -0500 Subject: [PATCH] Update other UI cases to use Admonitions --- src/screens/Signup/StepInfo/Policies.tsx | 28 ++++++++++-------------- 1 file changed, 11 insertions(+), 17 deletions(-) diff --git a/src/screens/Signup/StepInfo/Policies.tsx b/src/screens/Signup/StepInfo/Policies.tsx index 785ce93a56..19bbdf9b27 100644 --- a/src/screens/Signup/StepInfo/Policies.tsx +++ b/src/screens/Signup/StepInfo/Policies.tsx @@ -8,7 +8,6 @@ import {webLinks} from '#/lib/constants' import {useGate} from '#/lib/statsig/statsig' import {atoms as a, useTheme} from '#/alf' import {Admonition} from '#/components/Admonition' -import {CircleInfo_Stroke2_Corner0_Rounded as CircleInfo} from '#/components/icons/CircleInfo' import {InlineLinkText} from '#/components/Link' import {Text} from '#/components/Typography' @@ -20,7 +19,7 @@ function CommunityGuidelinesNotice({}: {}) { return ( - + You also agree to{' '} - - - - - - This service has not provided terms of service or a privacy - policy. - - - + + + + This service has not provided terms of service or a privacy policy. + + ) @@ -138,18 +132,18 @@ export const Policies = ({ ) : null} {under13 ? ( - + You must be 13 years of age or older to create an account. - + ) : needsGuardian ? ( - + If you are not yet an adult according to the laws of your country, your parent or legal guardian must read these Terms on your behalf. - + ) : undefined}