diff --git a/src/lib/components/content/MetadataCard.svelte b/src/lib/components/content/MetadataCard.svelte index 72bf187..9399f83 100644 --- a/src/lib/components/content/MetadataCard.svelte +++ b/src/lib/components/content/MetadataCard.svelte @@ -1,61 +1,26 @@ {#if shouldShowMetadata}
-
- {#if title} - - {/if} - {#if showMenu} -
- goto(getEventLink(event))} - /> - {#if sessionManager.isLoggedIn()} - {}} - /> - {/if} - -
- {/if} -
- - {#if image} -
- {title -
- {/if} - - {#if shouldAutoRenderMedia} - + {#if title} + {/if}