-
Notifications
You must be signed in to change notification settings - Fork 36
feat: implement manufacturer dashboard design #81
feat: implement manufacturer dashboard design #81
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please make this design response
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change frontend/src/assets/icon1.png to an icon instead of an image
frontend/src/app/dashboard/page.tsx
Outdated
<div className="flex items-center justify-between border-b pb-3"> | ||
<h2 className="text-lg font-semibold flex items-center gap-2"> | ||
<FaPlus className="text-black" /> | ||
Add Events |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change this to Add Product
frontend/src/app/dashboard/page.tsx
Outdated
onClick={() => setModalOpen(true)} | ||
className="bg-[#1e1e1e] text-white px-4 py-2 rounded-lg font-medium hover:bg-[#1e1e1e]/80" | ||
> | ||
Add Event |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change all Event to Product
frontend/src/app/dashboard/page.tsx
Outdated
</button> | ||
</div> | ||
</header> | ||
<AddEventModal |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AddProductModal
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm
gm, kindly review this PR @zintarh