- {name}
+ {authorMetadata.name || author}
{formattedPubDate(pub_date)}
@@ -66,4 +71,4 @@
>
-
+
\ No newline at end of file
diff --git a/src/lib/components/Button.svelte b/src/lib/components/Button.svelte
index 61d8dca0..f03d524d 100644
--- a/src/lib/components/Button.svelte
+++ b/src/lib/components/Button.svelte
@@ -57,24 +57,24 @@
class:hover:text-red-berry-950={!button}
class:dark:hover:text-neutral-100={!button}
class:highlight={button && highlight}
- class:py-3={button}
+ class:py-4={button}
class:px-5={button}
class:rounded={button}
class:regular={!highlight}
- class="inline-flex items-center justify-center gap-2 text-sm"
+ class="flex items-center justify-between gap-3 text-sm lg:text-xs"
>
{#if iconLeft}
-