Skip to content

Commit

Permalink
Updated key to remount the title
Browse files Browse the repository at this point in the history
  • Loading branch information
Not-Abram committed Sep 24, 2024
1 parent 437bc8b commit 9123332
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/viewer/src/components/Shared/Cite.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
})
</script>

{#key title}
<div class="text-center p-2">
<small>
Cite as:
Expand All @@ -25,8 +26,7 @@
<div class="text-center p-2">
<small>
Copy:
{#key markdown}
<CopyButton text={markdown}>Markdown Link</CopyButton>
{/key}
<CopyButton text={markdown}>Markdown Link</CopyButton>
</small>
</div>
{/key}

0 comments on commit 9123332

Please sign in to comment.