other services

This commit is contained in:
hamid zarghami
2025-01-10 10:44:51 +03:30
parent 1aae658eaf
commit dd73ca7746
4 changed files with 43 additions and 39 deletions
+6 -6
View File
@@ -9,8 +9,8 @@ const Footer: FC = () => {
return (
<div className='xl:hidden'>
<div className='h-[60px] '></div>
<div className='fixed bottom-2 right-4 left-4 bg-white h-[60px] rounded-2xl flex justify-between items-center px-5'>
<div className='text-description flex flex-col items-center gap-1.5'>
<div className='fixed bottom-2 right-3 left-3 bg-white h-[60px] rounded-2xl flex justify-between items-center px-3'>
<div className='text-description w-[70px] flex flex-col items-center gap-1.5'>
<Home2
className='size-5'
color='#8C90A3'
@@ -19,7 +19,7 @@ const Footer: FC = () => {
{t('footer.home')}
</div>
</div>
<div className='text-description flex flex-col items-center gap-1.5'>
<div className='text-description w-[70px] flex flex-col items-center gap-1.5'>
<Element4
className='size-5'
color='#8C90A3'
@@ -29,7 +29,7 @@ const Footer: FC = () => {
</div>
</div>
<div className='text-description flex flex-col items-center gap-1.5'>
<div className='text-description w-[70px] flex flex-col items-center gap-1.5'>
<div className='bg-white p-1 rounded-full -mt-7'>
<div className='bg-black flex justify-center items-center size-10 rounded-full'>
<Element3
@@ -42,7 +42,7 @@ const Footer: FC = () => {
{t('footer.my_services')}
</div>
</div>
<div className='text-description flex flex-col items-center gap-1.5'>
<div className='text-description w-[70px] flex flex-col items-center gap-1.5'>
<NotificationStatus
className='size-5'
color='#8C90A3'
@@ -51,7 +51,7 @@ const Footer: FC = () => {
{t('footer.announcements')}
</div>
</div>
<div className='text-description flex flex-col items-center gap-1.5'>
<div className='text-description w-[70px] flex flex-col items-center gap-1.5'>
<Messages3
className='size-5'
color='#8C90A3'
+1 -2
View File
@@ -6,7 +6,6 @@ import { useTranslation } from 'react-i18next'
import { Link } from 'react-router-dom'
import { Pages } from '../config/Pages'
import Notifications from '../pages/notification/Notification'
import LogoImage from '../assets/images/logo.svg'
import { useSharedStore } from './store/sharedStore'
const Header: FC = () => {
@@ -26,7 +25,7 @@ const Header: FC = () => {
<div onClick={() => setOpenSidebar(!openSidebar)} className='xl:hidden block'>
<HambergerMenu size={24} color='black' />
</div>
<img src={LogoImage} className='h-6 xl:hidden block absolute right-0 left-0 mx-auto' />
{/* <img src={LogoImage} className='h-6 xl:hidden block absolute right-0 left-0 mx-auto' /> */}
<div className='flex xl:gap-6 gap-3 items-center'>
<Element3 color='black' className='xl:size-[18px] size-4' />
<Link to={Pages.wallet}>