add task
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { More } from "iconsax-react";
|
||||
import { AddCircle, More } from "iconsax-react";
|
||||
import { type FC } from "react";
|
||||
|
||||
const Column: FC = () => {
|
||||
@@ -8,6 +8,11 @@ const Column: FC = () => {
|
||||
<div>{"برای انجام"}</div>
|
||||
<More size={20} color="black" />
|
||||
</div>
|
||||
|
||||
<div className="mt-5 flex gap-2 items-center">
|
||||
<AddCircle size={18} color="#888888" />
|
||||
<div className="text-description text-[13px] mt-0.5">اضافه کردن تسک</div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user