diff --git a/src/pages/recipe/[recipeid].astro b/src/pages/recipe/[recipeid].astro index 7e3df49..1dedf6d 100644 --- a/src/pages/recipe/[recipeid].astro +++ b/src/pages/recipe/[recipeid].astro @@ -41,24 +41,24 @@ const waitTime = formatTime(re.waittime)
-
+

{re.name}

{re.description}

-
+
{re.servings !== 0 && (

Serves: {re.servings}

)} - {workTime && (

{workTime} work

)} - {waitTime && (

{waitTime} wait

)} - {re.rating !== 0 && (

{re.rating}⭐️

)} + {workTime && (

{workTime} Work

)} + {waitTime && (

{waitTime} Wait

)} + {re.rating !== 0 && (

{re.rating}

/10

)}

Ingredients

-
+