diff --git a/packages/wallet/frontend/src/pages/auth/login.tsx b/packages/wallet/frontend/src/pages/auth/login.tsx index 2ea0b8e8e..f1e8abbcf 100644 --- a/packages/wallet/frontend/src/pages/auth/login.tsx +++ b/packages/wallet/frontend/src/pages/auth/login.tsx @@ -6,7 +6,7 @@ import { Input } from '@/ui/forms/Input' import { Link } from '@/ui/Link' import { Play } from '@/components/icons/Play' import { Eye } from '@/components/icons/Eye' -import { SlashEye } from '@/components/icons/Slasheye' +import { SlashEye } from '@/components/icons/SlashEye' import { useRouter } from 'next/router' import Image from 'next/image' import { userService } from '@/lib/api/user' diff --git a/packages/wallet/frontend/src/pages/auth/signup.tsx b/packages/wallet/frontend/src/pages/auth/signup.tsx index 07f74fb51..5485fd1b3 100644 --- a/packages/wallet/frontend/src/pages/auth/signup.tsx +++ b/packages/wallet/frontend/src/pages/auth/signup.tsx @@ -6,7 +6,7 @@ import { Input } from '@/ui/forms/Input' import { Link } from '@/ui/Link' import { Play } from '@/components/icons/Play' import { Eye } from '@/components/icons/Eye' -import { SlashEye } from '@/components/icons/Slasheye' +import { SlashEye } from '@/components/icons/SlashEye' import { userService } from '@/lib/api/user' import { useDialog } from '@/lib/hooks/useDialog' import { SuccessDialog } from '@/components/dialogs/SuccessDialog'