Spaces:
Running
Running
Update index.html
Browse files- index.html +3 -4
index.html
CHANGED
|
@@ -198,11 +198,10 @@
|
|
| 198 |
{ name: `Round ${round+1}: Hasta Uttanasana`, type: "suryanamaskar", duration: 5, tips: "Focus on breathing, Keep core engaged" },
|
| 199 |
{ name: `Round ${round+1}: Pranamasana`, type: "suryanamaskar", duration: 5, tips: "Focus on breathing, Keep core engaged" }
|
| 200 |
]).flat(),
|
| 201 |
-
|
| 202 |
-
|
| 203 |
-
{ name: "Anulom Vilom", type: "postworkout", duration: 120, tips: "Focus on breath, Relax shoulders" }
|
| 204 |
{ name: "Meditation / Deep Breathing", type: "postworkout", duration: 240, tips: "Focus on breath, Relax shoulders" }
|
| 205 |
-
|
| 206 |
|
| 207 |
];
|
| 208 |
|
|
|
|
| 198 |
{ name: `Round ${round+1}: Hasta Uttanasana`, type: "suryanamaskar", duration: 5, tips: "Focus on breathing, Keep core engaged" },
|
| 199 |
{ name: `Round ${round+1}: Pranamasana`, type: "suryanamaskar", duration: 5, tips: "Focus on breathing, Keep core engaged" }
|
| 200 |
]).flat(),
|
| 201 |
+
|
| 202 |
+
|
|
|
|
| 203 |
{ name: "Meditation / Deep Breathing", type: "postworkout", duration: 240, tips: "Focus on breath, Relax shoulders" }
|
| 204 |
+
|
| 205 |
|
| 206 |
];
|
| 207 |
|