image guide

This commit is contained in:
hamid zarghami
2026-01-08 12:43:30 +03:30
parent eb4a29ddd5
commit ecc33cee57
2 changed files with 5 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

+5
View File
@@ -11,6 +11,7 @@ import Button from '../../components/Button'
import Error from '../../components/Error'
import { TickCircle } from 'iconsax-react'
import { Helmet } from 'react-helmet-async'
import GuideSlugImage from '../../assets/images/guide-slug.png'
export const ManageRestaurant: FC = () => {
const { t } = useTranslation('global')
@@ -130,6 +131,10 @@ export const ManageRestaurant: FC = () => {
</div>
</Button>
</div>
<div className='mt-10'>
<img src={GuideSlugImage} className='w-[300px] mx-auto' />
</div>
</div>
</div>
</div>