diff --git a/src/baby_monitor/static/index.html b/src/baby_monitor/static/index.html index c053243..c3e3370 100644 --- a/src/baby_monitor/static/index.html +++ b/src/baby_monitor/static/index.html @@ -547,7 +547,7 @@ // Build diaper card const diaperCard = lastDiaperChange ? ` -
- + ` : ` - + `; // Build feeding card const feedingCard = lastFeeding ? ` - - + ` : ` - + `; // Build sleep card const sleepCard = lastSleep ? ` - + ` : ` - + `; return `