comment blog

This commit is contained in:
hamid zarghami
2025-04-22 16:43:51 +03:30
parent 7e0ad19c91
commit b891a2dde6
8 changed files with 127 additions and 1 deletions
+5
View File
@@ -36,6 +36,11 @@ const BlogSubMenu: FC = () => {
isActive={isActive('create')}
link={Pages.blog.category}
/>
<SubMenuItem
title={'نظرات'}
isActive={isActive('comments')}
link={Pages.blog.comments}
/>
</div>
</div>