design page general and office information & head panel
This commit is contained in:
@@ -13,7 +13,7 @@ function Links() {
|
||||
const list = [
|
||||
{ name: 'دشبورد', src: '/panel/dashboard', icon: <CategoryP /> },
|
||||
{ name: 'حساب کاربری', src: '/panel/user-account', icon: <ProfileCircleP /> },
|
||||
{ name: 'اضافه کردن پزشک', src: '/', icon: <ProfileAddP /> },
|
||||
{ name: 'اضافه کردن پزشک', src: '/panel/add-doctor', icon: <ProfileAddP /> },
|
||||
{ name: 'نوبت ها', src: '/', icon: <CalendarP /> }
|
||||
];
|
||||
|
||||
@@ -24,7 +24,6 @@ function Links() {
|
||||
{list.map((item, idx) => (
|
||||
<li
|
||||
key={idx}
|
||||
className="p-[8px]"
|
||||
>
|
||||
<Link href={item.src}>
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user