diff --git a/web/src/layouts/Root.tsx b/web/src/layouts/Root.tsx index d2866708..d7631439 100644 --- a/web/src/layouts/Root.tsx +++ b/web/src/layouts/Root.tsx @@ -10,7 +10,7 @@ function Root() {
-
+
diff --git a/web/src/pages/DailyReview.tsx b/web/src/pages/DailyReview.tsx index aa919df4..458a280e 100644 --- a/web/src/pages/DailyReview.tsx +++ b/web/src/pages/DailyReview.tsx @@ -68,14 +68,23 @@ const DailyReview = () => {
-
+

toggleShowDatePicker()} > {new Date(selectedDateStamp).toLocaleDateString()}

+ {selectedDateStamp !== currentDateStamp && ( + + )} {
))} -
- {selectedDateStamp === currentDateStamp ? ( -
- -
- ) : ( -
- -
- )} -
+ {selectedDateStamp === currentDateStamp && ( +
+ +
+ )}