Skip to content

Commit 7273296

Browse files
committed
Add Overhead Dumbbell Press
1 parent f884967 commit 7273296

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.DS_Store

0 Bytes
Binary file not shown.
Binary file not shown.

FitCount/FitCountApp.swift

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@ let exercises = [
2828
details: "Bend your knees and lower your body.",
2929
features: [.fitness(.squats), .overlay(.wholeBody)]
3030
),
31-
31+
Exercise(
32+
name: "Overhead Dumbbell Press",
33+
details: "Stand with feet shoulder-width apart, hold dumbbells at shoulder height, and press them overhead until arms are fully extended.",
34+
features: [.fitness(.overheadDumbbellPress), .overlay(.upperBody)]
35+
),
3236
]
3337

3438

0 commit comments

Comments
 (0)