diff --git a/frontend/index.html b/frontend/index.html
index e56959f..b7c037c 100644
--- a/frontend/index.html
+++ b/frontend/index.html
@@ -4,9 +4,12 @@
-
+
+
+
+
{progression && (
- 💡 {progression.reason}
+ {progression.reason}
{progression.suggestedWeight && (
- → {progression.suggestedWeight} kg
+ {progression.suggestedWeight} kg
)}
)}
@@ -338,7 +346,7 @@ function ExerciseCard({ exercise, logs, progression, expanded, onToggle, onLogSe
className={`complete-btn ${input.completed ? 'done' : ''}`}
onClick={() => handleComplete(setNum)}
>
- {input.completed ? '✓' : '○'}
+ {input.completed ?
: ''}
)