Skip to content

Commit 6418916

Browse files
Some14uDruxight
andauthored
th-145: * fix font weight for the message 'already have account' of sign-in (#158)
Co-authored-by: Stanislav Malyshevskyi <[email protected]>
1 parent 7384e45 commit 6418916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/auth/components/sign-up-form/sign-up-form.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const SignUpForm: React.FC<Properties> = ({ onSubmit, mode }: Properties) => {
4646
/>
4747
)}
4848

49-
<p className={getValidClassNames('text-sm', styles.text)}>
49+
<p className={getValidClassNames('textSm', styles.text)}>
5050
Already have an account? Go to{' '}
5151
<Link to={AppRoute.SIGN_IN} className={styles.link}>
5252
Log in

0 commit comments

Comments
 (0)