From 1328956c2920f3d4b65c30f85d1ab25f093d05a0 Mon Sep 17 00:00:00 2001 From: Valexr Date: Mon, 15 Apr 2024 21:42:44 +0200 Subject: [PATCH] fix: types & repo link --- src/app.ts | 2 +- src/{app.d.ts => global.d.ts} | 0 src/lib/components/Quote.svelte | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename src/{app.d.ts => global.d.ts} (100%) diff --git a/src/app.ts b/src/app.ts index a49613e..c778251 100644 --- a/src/app.ts +++ b/src/app.ts @@ -3,5 +3,5 @@ import App from './App.svelte'; export default new App({ target: document.body, - props: { name, repository } + props: { name, repository: repository.url } }); \ No newline at end of file diff --git a/src/app.d.ts b/src/global.d.ts similarity index 100% rename from src/app.d.ts rename to src/global.d.ts diff --git a/src/lib/components/Quote.svelte b/src/lib/components/Quote.svelte index de148e2..4c7d057 100644 --- a/src/lib/components/Quote.svelte +++ b/src/lib/components/Quote.svelte @@ -12,7 +12,7 @@

{quote.content}

- ~ {quote.author} + ~ {quote.author}