Skip to content

Commit

Permalink
chore: rename chart titles (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
crlssn authored Dec 22, 2024
1 parent 430325c commit b382c45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion web/src/ui/exercises/ViewExercise.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const downSample = (data: Set[], sampleSize: number): Set[] => {

<template>
<div v-if="sets.length" class="mb-8">
<h6>Progression</h6>
<h6>Historically</h6>
<AppCard class="p-2">
<ExerciseChart :sets="downSample(sets, 50)" />
</AppCard>
Expand Down
2 changes: 1 addition & 1 deletion web/src/ui/users/UserView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const followed = computed(() => user.value.followed)

<template>
<div v-if="sets.length">
<h6>Energy</h6>
<h6>Historically</h6>
<AppCard class="p-2">
<WorkoutChart :sets="sets" />
</AppCard>
Expand Down

0 comments on commit b382c45

Please sign in to comment.