This commit is contained in:
hamid zarghami
2025-04-15 16:37:25 +03:30
parent 9bba9156a3
commit afacc7c488
26 changed files with 458 additions and 103 deletions
+1 -2
View File
@@ -25,8 +25,7 @@ const BlogItem: FC<Props> = ({ item }) => {
{item.title}
</h6>
<p className='mt-4 text-sm'>
{item.previewContent}
<p className='mt-4 text-sm' dangerouslySetInnerHTML={{ __html: item.previewContent }}>
</p>
</div>
</div>