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.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") }} + + + +