titles
This commit is contained in:
@@ -9,6 +9,7 @@ import { useGetMyServices } from './hooks/useServiceData'
|
||||
import { MyServicesItem } from './types/ServiecTypes'
|
||||
import { useGetAds } from '../ads/hooks/useAdsData'
|
||||
import { AdsDisplayLocation } from '../ads/types/AdsTypes'
|
||||
import { Helmet } from 'react-helmet-async'
|
||||
|
||||
const MyServices: FC = () => {
|
||||
|
||||
@@ -19,6 +20,11 @@ const MyServices: FC = () => {
|
||||
|
||||
return (
|
||||
<div className='w-full flex gap-6 mt-4'>
|
||||
<Helmet>
|
||||
<title>
|
||||
داناک | سرویس های من
|
||||
</title>
|
||||
</Helmet>
|
||||
<div className='flex-1'>
|
||||
<div>
|
||||
{t('service.my_service')}
|
||||
|
||||
Reference in New Issue
Block a user