This commit is contained in:
hamid zarghami
2025-02-26 14:57:11 +03:30
parent e3466bc951
commit 7a4e8ecaa5
29 changed files with 350 additions and 39 deletions
+6
View File
@@ -5,6 +5,7 @@ import { useNavigate, useParams } from 'react-router-dom'
import { ArrowLeft2 } from 'iconsax-react'
import { useGetAnnoncementDetail } from './hooks/useAnnoncementData'
import PageLoading from '../../components/PageLoading'
import { Helmet } from 'react-helmet-async'
const AnnouncementDetail: FC = () => {
@@ -15,6 +16,11 @@ const AnnouncementDetail: FC = () => {
return (
<div className='mt-4'>
<Helmet>
<title>
داناک | اطلاعیه
</title>
</Helmet>
<div className='flex justify-between'>
<div>
{t('announcement.text_announcement')}