change logo

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