diff --git a/app/(dashboard)/calendar/calendar-client.tsx b/app/(dashboard)/calendar/calendar-client.tsx index 432fb94..df5a60b 100644 --- a/app/(dashboard)/calendar/calendar-client.tsx +++ b/app/(dashboard)/calendar/calendar-client.tsx @@ -133,14 +133,16 @@ export function CalendarClient({ events, clients, projects, tasks }: CalendarCli -
- {["Pzt", "Sal", "Çar", "Per", "Cum", "Cmt", "Paz"].map((day) => ( -
- {day} +
+
+
+ {["Pzt", "Sal", "Çar", "Per", "Cum", "Cmt", "Paz"].map((day) => ( +
+ {day} +
+ ))}
- ))} -
-
+
{days.map((day) => { const dayEvents = eventsByDay.get(day.key) || []; const isSelected = selectedDate === day.key; @@ -173,6 +175,8 @@ export function CalendarClient({ events, clients, projects, tasks }: CalendarCli ); })} +
+
diff --git a/app/(dashboard)/chat/page.tsx b/app/(dashboard)/chat/page.tsx index 49e66ec..19708cf 100644 --- a/app/(dashboard)/chat/page.tsx +++ b/app/(dashboard)/chat/page.tsx @@ -242,7 +242,7 @@ export default function AIChatPage() { className={`flex ${message.role === "user" ? "justify-end" : "justify-start"}`} >
-
+