diff --git a/web/src/ui/components/CardWorkout.vue b/web/src/ui/components/CardWorkout.vue index 9818a356..57680e90 100644 --- a/web/src/ui/components/CardWorkout.vue +++ b/web/src/ui/components/CardWorkout.vue @@ -70,10 +70,6 @@ const formatComment = computed(() => { {{ formatToRelativeDateTime(props.workout.finishedAt) }} -
- {{ workout.intensity.toLocaleString() }} - -
@@ -87,13 +83,16 @@ const formatComment = computed(() => { :sets="exerciseSet.sets" /> -
- - {{ workout.comments.length }} {{ formatComment }} - +
+
+ {{ workout.intensity.toLocaleString() }} + +
+
+ + {{ workout.comments.length }} {{ formatComment }} + +