Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Not-Abram committed Sep 24, 2024
1 parent 9123332 commit a2ff683
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions packages/viewer/src/components/Shared/Cite.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@
</script>

{#key title}
<div class="text-center p-2">
<small>
Cite as:
<span class="text-muted">
The pi-Base Community.
<cite>{title}.</cite>
Available at: {url}
(Accessed: {new Date().toISOString().split('T')[0]}).
</span>
</small>
</div>
<div class="text-center p-2">
<small>
Copy:
<CopyButton text={markdown}>Markdown Link</CopyButton>
</small>
</div>
<div class="text-center p-2">
<small>
Cite as:
<span class="text-muted">
The pi-Base Community.
<cite>{title}.</cite>
Available at: {url}
(Accessed: {new Date().toISOString().split('T')[0]}).
</span>
</small>
</div>
<div class="text-center p-2">
<small>
Copy:
<CopyButton text={markdown}>Markdown Link</CopyButton>
</small>
</div>
{/key}

0 comments on commit a2ff683

Please sign in to comment.