From 58100d051563ff1429f7b6c7dbfa8ddeb333ed63 Mon Sep 17 00:00:00 2001 From: Thomas Pijper <19342403+thomaspijper@users.noreply.github.com> Date: Wed, 26 Jun 2024 13:31:08 +0200 Subject: [PATCH] feat: Added serving size to print view (#3796) Co-authored-by: boc-the-git <3479092+boc-the-git@users.noreply.github.com> --- frontend/components/Domain/Recipe/RecipePrintView.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/components/Domain/Recipe/RecipePrintView.vue b/frontend/components/Domain/Recipe/RecipePrintView.vue index ce15704dfb50..283f31c83031 100644 --- a/frontend/components/Domain/Recipe/RecipePrintView.vue +++ b/frontend/components/Domain/Recipe/RecipePrintView.vue @@ -30,6 +30,9 @@
{{ $t("recipe.ingredients") }} +
+ +
{{ $t("recipe.nutrition") }} -