diff --git a/src/lib/components/Image.svelte b/src/lib/components/Image.svelte
index 8f15251..09c9c49 100644
--- a/src/lib/components/Image.svelte
+++ b/src/lib/components/Image.svelte
@@ -31,7 +31,7 @@
{/if}
-
+
{author}
{/snippet}
@@ -49,7 +49,10 @@
{#each tags as { name, description }}
- {name}
+ {name}
{description}
@@ -65,7 +68,7 @@
class="flex items-center justify-center px-4 py-2 font-mono text-xs font-semibold text-secondary/80 dark:text-primary/80"
>
{#if image.credit.href}
-
+
{@render creditText(
image.credit.author,
image.credit.type,