Change sparkline to show duration of workouts daily displayed most recent on the left
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="text-sm text-gray-700 mb-4 max-w-full overflow-hidden">{{ user.duration_sparkline }}</div>
|
||||
<div class="text-sm text-gray-700 mb-4 max-w-full overflow-hidden">{{ user.daily_duration_sparkline }}</div>
|
||||
<div class="flex flex-col md:flex-row">
|
||||
<div class="w-full">
|
||||
<label class="block uppercase tracking-wide text-gray-700 text-xs font-bold mb-2" for="grid-state">
|
||||
|
||||
Reference in New Issue
Block a user