style : update style
Deskripsi: - update api division - update layout - update global - update auth - update division - update home - update task No Issue
This commit is contained in:
@@ -25,22 +25,22 @@ export default function TabProject() {
|
||||
const dataStatus = [
|
||||
{
|
||||
id: "0",
|
||||
title: "Semua",
|
||||
title: "Segera",
|
||||
icon: <RiProgress3Line style={iconStyle} />
|
||||
},
|
||||
{
|
||||
id: "1",
|
||||
title: "Segera",
|
||||
title: "Dikerjakan",
|
||||
icon: <TbClockPause style={iconStyle} />
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Dikerjakan",
|
||||
title: "Selesai",
|
||||
icon: <IoIosCheckmarkCircleOutline style={iconStyle} />
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Selesai",
|
||||
title: "Batal",
|
||||
icon: <IoCloseCircleOutline style={iconStyle} />
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user