diff --git a/frontend/components/Domain/Recipe/RecipeCardSection.vue b/frontend/components/Domain/Recipe/RecipeCardSection.vue
index 343f385657f5..a77ddf0be521 100644
--- a/frontend/components/Domain/Recipe/RecipeCardSection.vue
+++ b/frontend/components/Domain/Recipe/RecipeCardSection.vue
@@ -14,18 +14,50 @@
{{ $vuetify.breakpoint.xsOnly ? null : $t("general.random") }}
-
+
+
+
+
+ {{ $globals.icons.sort }}
+
+ {{ $vuetify.breakpoint.xsOnly ? null : $t("general.sort") }}
+
+
+
+
+
+ {{ $globals.icons.orderAlphabeticalAscending }}
+
+ {{ $t("general.sort-alphabetically") }}
+
+
+
+ {{ $globals.icons.star }}
+
+ {{ $t("general.rating") }}
+
+
+
+ {{ $globals.icons.newBox }}
+
+ {{ $t("general.created") }}
+
+
+
+ {{ $globals.icons.update }}
+
+ {{ $t("general.updated") }}
+
+
+
+ {{ $globals.icons.shuffleVariant }}
+
+ {{ $t("general.shuffle") }}
+
+
+
+
@@ -59,14 +91,19 @@
{{ $t("general.updated") }}
-
-
- {{ $globals.icons.shuffleVariant }}
-
- {{ $t("general.shuffle") }}
-
+
@@ -110,17 +147,37 @@
+