Skip to content

Commit

Permalink
Updated create-new-vault.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushj1910 authored and georgewrmarshall committed Mar 6, 2023
1 parent 98718dc commit ca61978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/components/app/create-new-vault/create-new-vault.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { useI18nContext } from '../../../hooks/useI18nContext';
import TextField from '../../ui/text-field';
import Button from '../../ui/button';
import CheckBox from '../../ui/check-box';
import Typography from '../../ui/typography';
import { Text } from '../../component-library'
import SrpInput from '../srp-input';
import { PASSWORD_MIN_LENGTH } from '../../../helpers/constants/common';

Expand Down Expand Up @@ -135,7 +135,7 @@ export default function CreateNewVault({
className="create-new-vault__terms-label"
htmlFor="create-new-vault__terms-checkbox"
>
<Typography as="span">{termsOfUse}</Typography>
<Text as="span">{termsOfUse}</Text>
</label>
</div>
) : null}
Expand Down

0 comments on commit ca61978

Please sign in to comment.