Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #12.
This commit is contained in:
@@ -48,9 +48,9 @@ export default function TendersProcurementPage() {
|
|||||||
sidebarItems: [{ icon: ListTodo, active: true }],
|
sidebarItems: [{ icon: ListTodo, active: true }],
|
||||||
buttons: [{ text: "Submit Inquiry", href: "#" }],
|
buttons: [{ text: "Submit Inquiry", href: "#" }],
|
||||||
listItems: [
|
listItems: [
|
||||||
{ title: "Upcoming IT Projects", status: "Planning phase" },
|
{ title: "Upcoming IT Projects", status: "Planning phase", icon: Briefcase },
|
||||||
{ title: "Vendor Registration Drive", status: "Ongoing" },
|
{ title: "Vendor Registration Drive", status: "Ongoing", icon: ListTodo },
|
||||||
{ title: "Audit of Current Contracts", status: "In progress" }
|
{ title: "Audit of Current Contracts", status: "In progress", icon: FileText }
|
||||||
],
|
],
|
||||||
imageSrc: "https://r2.webild.com/images/default-image.svg?_wi=1"
|
imageSrc: "https://r2.webild.com/images/default-image.svg?_wi=1"
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user