image guide
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 49 KiB |
@@ -11,6 +11,7 @@ import Button from '../../components/Button'
|
|||||||
import Error from '../../components/Error'
|
import Error from '../../components/Error'
|
||||||
import { TickCircle } from 'iconsax-react'
|
import { TickCircle } from 'iconsax-react'
|
||||||
import { Helmet } from 'react-helmet-async'
|
import { Helmet } from 'react-helmet-async'
|
||||||
|
import GuideSlugImage from '../../assets/images/guide-slug.png'
|
||||||
|
|
||||||
export const ManageRestaurant: FC = () => {
|
export const ManageRestaurant: FC = () => {
|
||||||
const { t } = useTranslation('global')
|
const { t } = useTranslation('global')
|
||||||
@@ -130,6 +131,10 @@ export const ManageRestaurant: FC = () => {
|
|||||||
</div>
|
</div>
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div className='mt-10'>
|
||||||
|
<img src={GuideSlugImage} className='w-[300px] mx-auto' />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user