Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Not-Abram committed Sep 6, 2024
1 parent 1680805 commit c50e757
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/viewer/src/components/Shared/Cite.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
import CopyButton from './CopyButton.svelte'
let url = ''
let markdown = ''
export let title: string = "π-Base, a community database of topological counterexamples."
export let title: string =
'π-Base, a community database of topological counterexamples.'
onMount(() => {
url = window.location.href
markdown = `[${title}](${url})`
Expand Down

0 comments on commit c50e757

Please sign in to comment.