diff --git a/client/src/components/Planner/DayPlanSidebar.tsx b/client/src/components/Planner/DayPlanSidebar.tsx
index 4641259..99081d9 100644
--- a/client/src/components/Planner/DayPlanSidebar.tsx
+++ b/client/src/components/Planner/DayPlanSidebar.tsx
@@ -810,14 +810,14 @@ export default function DayPlanSidebar({
/>
) : (
-
+
{day.title || t('dayplan.dayN', { n: index + 1 })}
{(() => {
const dayAccs = accommodations.filter(a => day.id >= a.start_day_id && day.id <= a.end_day_id)
@@ -865,17 +865,17 @@ export default function DayPlanSidebar({
@@ -1423,8 +1423,8 @@ export default function DayPlanSidebar({
{NOTE_ICONS.map(({ id, Icon }) => (
))}
@@ -1446,7 +1446,7 @@ export default function DayPlanSidebar({
placeholder={t('dayplan.noteSubtitle')}
style={{ fontSize: 12, border: '1px solid var(--border-primary)', borderRadius: 8, padding: '7px 10px', fontFamily: 'inherit', outline: 'none', width: '100%', boxSizing: 'border-box', color: 'var(--text-primary)', resize: 'none', lineHeight: 1.4 }}
/>
- = 140 ? '#d97706' : 'var(--text-faint)', marginTop: -2 }}>{ui.time?.length || 0}/150
+ = 140 ? '#d97706' : 'var(--text-faint)', marginTop: -2 }}>{ui.time?.length || 0}/150