logo small and fix size button

This commit is contained in:
hamid zarghami
2026-01-04 16:50:18 +03:30
parent 4413890912
commit b7c3ce916f
5 changed files with 4 additions and 17 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { type FC } from 'react'
import LogoImage from '../../assets/images/logo.png'
import LogoSmallImage from '../../assets/images/logo-small.svg'
import LogoSmallImage from '../../assets/images/logo-small.png'
import { useAuthStore } from './store/AuthStore'
import LoginStep1 from './components/LoginStep1'
import LoginStep2 from './components/LoginStep2'