create section
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user