diff --git a/frontend/src/components/DayDetailDrawer.tsx b/frontend/src/components/DayDetailDrawer.tsx index 9f8423a03..88d6a33db 100644 --- a/frontend/src/components/DayDetailDrawer.tsx +++ b/frontend/src/components/DayDetailDrawer.tsx @@ -246,24 +246,26 @@ function DayDetailRow({ {item.event.title}

{item.kind === "external" && ( - - - - - - - )} + + + + + + + + +)}

{timeLabel}

{item.event.location && ( diff --git a/frontend/src/components/methods/VariationNotesPanel.tsx b/frontend/src/components/methods/VariationNotesPanel.tsx index 3b429e98f..7994c8403 100644 --- a/frontend/src/components/methods/VariationNotesPanel.tsx +++ b/frontend/src/components/methods/VariationNotesPanel.tsx @@ -141,9 +141,11 @@ function SaveStatusIndicator({ } if (status === "error") { return ( - - Save failed - + + + Save failed + + ); } if (hasUnsavedChanges) {