Skip to content

Commit fa37609

Browse files
committed
feat: update workouts page description
Signed-off-by: Matt Gleich <git@mattglei.ch>
1 parent 6b80a01 commit fa37609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/workouts/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
const { data }: { data: WorkoutData } = $props();
1010
</script>
1111

12-
<DynamicHead title="Workouts" description="Recent workouts from Hevy/Strava" />
12+
<DynamicHead title="Workouts" description="Recent workouts automatically pulled from Hevy/Strava" />
1313

1414
{#if data.workouts}
1515
<h2>Workouts</h2>

0 commit comments

Comments
 (0)