feat: schedule view for mobiles
This commit is contained in:
@ -1,4 +1,5 @@
|
|||||||
import {
|
import {
|
||||||
|
IconCalendarWeekFilled,
|
||||||
IconCircleDotted,
|
IconCircleDotted,
|
||||||
IconLayoutKanban,
|
IconLayoutKanban,
|
||||||
IconTable,
|
IconTable,
|
||||||
@ -17,9 +18,9 @@ const buttonsData: LinkData[] = [
|
|||||||
href: "/deals?view=table",
|
href: "/deals?view=table",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: IconCircleDotted,
|
icon: IconCalendarWeekFilled,
|
||||||
label: "Label 2",
|
label: "Расписание",
|
||||||
href: "/opaopa",
|
href: "/deals?view=schedule",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
icon: IconCircleDotted,
|
icon: IconCircleDotted,
|
||||||
|
|||||||
Reference in New Issue
Block a user