diff --git a/fronts-client/src/components/card/chef/ChefCard.tsx b/fronts-client/src/components/card/chef/ChefCard.tsx index f37cde5587..a2575528fb 100644 --- a/fronts-client/src/components/card/chef/ChefCard.tsx +++ b/fronts-client/src/components/card/chef/ChefCard.tsx @@ -67,7 +67,7 @@ export const ChefCard = ({ {showMeta && ( {!!chef ? ( - Chef + Chef ) : ( {!!chef ? ( - + {chef.webTitle} - + ) : ( This chef might not load in the app, please select an diff --git a/fronts-client/src/components/card/recipe/RecipeCard.tsx b/fronts-client/src/components/card/recipe/RecipeCard.tsx index 8a09a08ec3..3372d25bf4 100644 --- a/fronts-client/src/components/card/recipe/RecipeCard.tsx +++ b/fronts-client/src/components/card/recipe/RecipeCard.tsx @@ -71,7 +71,7 @@ export const RecipeCard = ({ {showMeta && ( {!!recipe ? ( - Recipe + Recipe ) : ( )} - + )} - + + flex-direction: ${(props: FormContentProps) => props.size !== 'wide' ? 'column' : 'row'}; - margin-bottom: 40px; + margin-bottom: ${(props: FormContentProps) => props.marginBottom ?? 0}; `;