create section

This commit is contained in:
hamid zarghami
2026-02-02 09:33:19 +03:30
parent 6383cbb975
commit c3cb697fae
8 changed files with 100 additions and 6 deletions
+3 -3
View File
@@ -12,17 +12,17 @@ const SectionList: FC = () => {
return (
<div className='mt-5'>
<div className='flex justify-between items-center'>
<h1 className='text-lg font-light'>محصولات</h1>
<h1 className='text-lg font-light'>بخش</h1>
<Link
to={Paths.print.list}
to={Paths.print.create}
>
<Button
className='w-fit px-6'
>
<div className='flex gap-1.5'>
<AddSquare size={18} color='black' />
<div className='text-[13px] font-light'>محصول جدید</div>
<div className='text-[13px] font-light'>بخش جدید</div>
</div>
</Button>
</Link>