diff --git a/src/lib/components/RecipeView.svelte b/src/lib/components/RecipeView.svelte index e9ef736..ffedd54 100644 --- a/src/lib/components/RecipeView.svelte +++ b/src/lib/components/RecipeView.svelte @@ -1,6 +1,7 @@ {#if banner} @@ -79,9 +71,11 @@ {/each} {/if} - {#if timeSummary()} -
{timeSummary()}
- {/if} +Quelle: {recipe.source_domain} @@ -212,11 +206,6 @@ font-size: 0.8rem; color: #888; } - .times { - margin: 0 0 0.25rem; - color: #666; - font-size: 0.9rem; - } .src { margin: 0; font-size: 0.85rem; diff --git a/src/lib/components/TimeDisplay.svelte b/src/lib/components/TimeDisplay.svelte new file mode 100644 index 0000000..6b3dd1c --- /dev/null +++ b/src/lib/components/TimeDisplay.svelte @@ -0,0 +1,30 @@ + + +{#if summary} +
{summary}
+{/if} + +