remove helmer
This commit is contained in:
@@ -5,7 +5,6 @@ import PageLoading from '../../components/PageLoading'
|
||||
// import DanakLearning from '../home/components/DanakLearning'
|
||||
import { Calendar2, Clock, Element3 } from 'iconsax-react'
|
||||
import moment from 'moment-jalaali'
|
||||
import { Helmet } from 'react-helmet-async'
|
||||
import { type LearningItemType } from './types/LearningTypes'
|
||||
|
||||
const LearningDetail: FC = () => {
|
||||
@@ -15,11 +14,6 @@ const LearningDetail: FC = () => {
|
||||
|
||||
return (
|
||||
<div className='mt-4'>
|
||||
<Helmet>
|
||||
<title>
|
||||
داناک | آموزش
|
||||
</title>
|
||||
</Helmet>
|
||||
{
|
||||
getLearningDetail.isPending ?
|
||||
<PageLoading />
|
||||
|
||||
@@ -8,7 +8,6 @@ import { type LearningItemType } from './types/LearningTypes'
|
||||
import moment from 'moment-jalaali'
|
||||
import { Link } from 'react-router-dom'
|
||||
// import { Pages } from '../../config/Pages'
|
||||
import { Helmet } from 'react-helmet-async'
|
||||
|
||||
const LearningList: FC = () => {
|
||||
|
||||
@@ -18,11 +17,6 @@ const LearningList: FC = () => {
|
||||
|
||||
return (
|
||||
<div className='w-full flex gap-6 mt-4'>
|
||||
<Helmet>
|
||||
<title>
|
||||
داناک | آموزش
|
||||
</title>
|
||||
</Helmet>
|
||||
<div className='flex-1'>
|
||||
<div>
|
||||
آموزش
|
||||
|
||||
Reference in New Issue
Block a user