From 7b0b3bc529fb287a6d45ab076dc3fd7620d4e8ec Mon Sep 17 00:00:00 2001 From: AlexSserb Date: Mon, 6 Oct 2025 12:38:07 +0400 Subject: [PATCH] feat: schedule view for mobiles --- src/components/layout/Footer/data/buttonsData.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/layout/Footer/data/buttonsData.ts b/src/components/layout/Footer/data/buttonsData.ts index d434c36..27cfb65 100644 --- a/src/components/layout/Footer/data/buttonsData.ts +++ b/src/components/layout/Footer/data/buttonsData.ts @@ -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,