diff --git a/src/components/AuthenticationFlow/VerificationEmailMessage.tsx b/src/components/AuthenticationFlow/VerificationEmailMessage.tsx index 0ff53427d..1774cd64c 100644 --- a/src/components/AuthenticationFlow/VerificationEmailMessage.tsx +++ b/src/components/AuthenticationFlow/VerificationEmailMessage.tsx @@ -1,6 +1,6 @@ import { useEffect, useState } from 'react'; -import VerifyLetterIcon from '../../icons/verify-letter.svg'; import { httpPost } from '../../lib/http'; +import { VerifyLetterIcon } from '../ReactIcons/VerifyLetterIcon'; export function VerificationEmailMessage() { const [email, setEmail] = useState('..'); @@ -37,11 +37,7 @@ export function VerificationEmailMessage() { return (