feat: schedule view for mobiles

This commit is contained in:
2025-10-06 12:38:07 +04:00
parent b316cf4f7a
commit 7b0b3bc529

View File

@ -1,4 +1,5 @@
import {
IconCalendarWeekFilled,
IconCircleDotted,
IconLayoutKanban,
IconTable,
@ -17,9 +18,9 @@ const buttonsData: LinkData[] = [
href: "/deals?view=table",
},
{
icon: IconCircleDotted,
label: "Label 2",
href: "/opaopa",
icon: IconCalendarWeekFilled,
label: "Расписание",
href: "/deals?view=schedule",
},
{
icon: IconCircleDotted,