Skip to content

Commit e543985

Browse files
christianboerclaude
andcommitted
Fix exercise image slugs and add step-downs video
Rename exercise images to match nameToSlug() output (which strips parentheticals) and add YouTube video for step-downs exercise. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9acb60f commit e543985

File tree

3 files changed

+1
-0
lines changed

3 files changed

+1
-0
lines changed

site/img/exercises/calf-raises-slow-eccentric-off-step.png renamed to site/img/exercises/calf-raises.png

File renamed without changes.

site/img/exercises/step-downs-slow-eccentric-off-step-bench.png renamed to site/img/exercises/step-downs.png

File renamed without changes.

site/js/exercises.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,7 @@ const EXERCISE_VIDEOS = {
517517
'dead-bug': 'eEhoSeBFoBk',
518518
'banded-clamshells': 'oHjBwnfpcQs',
519519
'single-leg-squat-to-bench': '19G5r-l1Q_I',
520+
'step-downs': 'zeaVLglTeME',
520521
};
521522

522523
function getVideoId(slug) {

0 commit comments

Comments
 (0)