diff --git a/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageInstructions.vue b/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageInstructions.vue
index 39cf6c148..eaafc9c6d 100644
--- a/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageInstructions.vue
+++ b/frontend/components/Domain/Recipe/RecipePage/RecipePageParts/RecipePageInstructions.vue
@@ -175,104 +175,106 @@
@click="toggleDisabled(index)"
>
-
-
-
- {{ $globals.icons.arrowUpDown }}
-
-
-
-
- {{ step.summary ? step.summary : $t("recipe.step-index", { step: index + 1 }) }}
-
-
-
-
-
-
-
-
+
- {{ $globals.icons.checkboxMarkedCircle }}
-
-
+
+
+ {{ $globals.icons.arrowUpDown }}
+
+
+
+
+ {{ step.summary ? step.summary : $t("recipe.step-index", { step: index + 1 }) }}
+
+
+
+
+
+
+
+
+ {{ $globals.icons.checkboxMarkedCircle }}
+
+
+