diff --git a/apps/frontend/src/components/Today/TodayPage.tsx b/apps/frontend/src/components/Today/TodayPage.tsx index 87100c9bf..b9f4466ac 100644 --- a/apps/frontend/src/components/Today/TodayPage.tsx +++ b/apps/frontend/src/components/Today/TodayPage.tsx @@ -18,7 +18,7 @@ const TodayPage: React.FC = () => { } return ( -
+
@@ -27,14 +27,14 @@ const TodayPage: React.FC = () => { onDateChange={setSelectedDate} />
-
+
-
+
-
+
show agenda @@ -42,7 +42,7 @@ const TodayPage: React.FC = () => {
{showAgenda && ( -
+
)} diff --git a/apps/frontend/src/components/TodayMeetings.tsx b/apps/frontend/src/components/TodayMeetings.tsx index 80aada170..d8f1ffb89 100644 --- a/apps/frontend/src/components/TodayMeetings.tsx +++ b/apps/frontend/src/components/TodayMeetings.tsx @@ -128,7 +128,7 @@ export const TodayMeetings: React.FC = ({ selectedDate }) => { {agendaItems.length === 0 ? (
  • No agenda items
  • ) : ( -
      +
        {agendaItems.map((item, index) => (
      1. {index === 0 && ( diff --git a/apps/frontend/src/components/TodayTextArea.tsx b/apps/frontend/src/components/TodayTextArea.tsx index 4485a8a0c..21a0aa12a 100644 --- a/apps/frontend/src/components/TodayTextArea.tsx +++ b/apps/frontend/src/components/TodayTextArea.tsx @@ -96,7 +96,7 @@ export const TodayTextArea = ({ selectedDate }: JournalProps): JSX.Element => { }, [content, hasUnsavedChanges, isLoading]) return ( -
        +
        )