change design and data list in doctor-item & handle component appointment in doctor-item & handle functionality date-picker & fix bug appointment page & add req get appointment list
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
export const fixedIconData = {
|
||||
src: "/assets/icons/arrow-right.svg",
|
||||
alt: "arrow",
|
||||
height: 24,
|
||||
width: 24,
|
||||
};
|
||||
|
||||
export const nextIconData = {
|
||||
...fixedIconData,
|
||||
className: "icon-left-datepicker cursor-pointer",
|
||||
};
|
||||
|
||||
export const prevIconData = {
|
||||
...fixedIconData,
|
||||
className: "icon-left-datepicker cursor-pointer rotate-180",
|
||||
};
|
||||
Reference in New Issue
Block a user