Skip to content

Commit dfb6db5

Browse files
committed
fix: correct capitalization of terms in AuthModal component
1 parent bdd2219 commit dfb6db5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/features/auth/components/AuthModal.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,11 +115,11 @@ export const AuthModal = ({ showAuth }: AuthModalProps) => {
115115
<p>
116116
By signing in, you agree to our{' '}
117117
<a href={termsAndConditionsLink} target="_blank" rel="noreferrer">
118-
Terms of Service
118+
terms of Service
119119
</a>{' '}
120120
and{' '}
121121
<a href={privacyPolicyLink} target="_blank" rel="noreferrer">
122-
Privacy Policy
122+
privacy Policy
123123
</a>
124124
.
125125
</p>

0 commit comments

Comments
 (0)