diff --git a/frontend/hospital-portal/public/image/ic_booking.svg b/frontend/hospital-portal/public/image/ic_booking.svg new file mode 100644 index 00000000..d24d76a1 --- /dev/null +++ b/frontend/hospital-portal/public/image/ic_booking.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontend/hospital-portal/public/image/ic_dashboard.svg b/frontend/hospital-portal/public/image/ic_dashboard.svg new file mode 100644 index 00000000..92028f09 --- /dev/null +++ b/frontend/hospital-portal/public/image/ic_dashboard.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontend/hospital-portal/src/layouts/dashboard/navbar/NavConfig.tsx b/frontend/hospital-portal/src/layouts/dashboard/navbar/NavConfig.tsx index 33d562e3..7d283007 100644 --- a/frontend/hospital-portal/src/layouts/dashboard/navbar/NavConfig.tsx +++ b/frontend/hospital-portal/src/layouts/dashboard/navbar/NavConfig.tsx @@ -4,7 +4,7 @@ import SvgIconStyle from '@/components/SvgIconStyle'; // ---------------------------------------------------------------------- const getIcon = (name: string) => ( - + ); const ICONS = {