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
Binary file not shown.

After

Width:  |  Height:  |  Size: 358 KiB

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 73 KiB

+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'
+1 -1
View File
@@ -1,5 +1,5 @@
import { type FC, useEffect } from 'react'
import LogoImage from '../assets/images/logo.svg'
import LogoImage from '../assets/images/logo.png'
import LogoSmall from '../assets/images/logo-small.svg'
import { useTranslation } from 'react-i18next'
import { DocumentText, Home2, Logout, NotificationStatus, People, Setting2, TicketDiscount, Calendar, Security, Card, SecurityUser, TruckFast, Element3, Star1, NotificationBing, SmsEdit } from 'iconsax-react'