From a4f3b5496a465f0778a85b579efd0a023a1599b1 Mon Sep 17 00:00:00 2001 From: Bartek Paczesny Date: Tue, 2 Jan 2024 15:03:09 +0100 Subject: [PATCH] Update styling and logic for subjects page, appointment modal, and sidebar --- app/dashboard/subjects/page.tsx | 6 +-- app/panel/myAppointments/modal.tsx | 3 +- components/Sidebar.tsx | 51 ++++++++++++------- components/panel/appointmentRegisteration.tsx | 22 ++------ 4 files changed, 42 insertions(+), 40 deletions(-) diff --git a/app/dashboard/subjects/page.tsx b/app/dashboard/subjects/page.tsx index 13a0274..bc3dc0a 100644 --- a/app/dashboard/subjects/page.tsx +++ b/app/dashboard/subjects/page.tsx @@ -128,13 +128,13 @@ function DashboardSubjects({}: Props) { Dodaj przedmiot -
+
{subjects.map((subject) => (
-

{subject.name}

+

{subject.name}