Skip to content

Commit

Permalink
chore: remove warning on timeline
Browse files Browse the repository at this point in the history
  • Loading branch information
giacomoaccursi authored and andrea-acampora committed Oct 11, 2023
1 parent b0899fd commit 58d3baa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/workouts/Workouts.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
<v-col>
<v-timeline direction="horizontal" density="compact" line-thickness="2" line-color="black">
<v-timeline-item dot-color="green" size="small" elevation="6"
fill-dot="true"><strong>Easy</strong></v-timeline-item>
fill-dot ><strong>Easy</strong></v-timeline-item>
<v-timeline-item dot-color="yellow" size="small" elevation="6"
fill-dot="true"><strong>Medium</strong></v-timeline-item>
fill-dot ><strong>Medium</strong></v-timeline-item>
<v-timeline-item dot-color="red" size="small" elevation="6"
fill-dot="true"><strong>Hard</strong></v-timeline-item>
fill-dot ><strong>Hard</strong></v-timeline-item>
</v-timeline>
</v-col>
</v-col>
Expand Down

0 comments on commit 58d3baa

Please sign in to comment.