Skip to content

Commit

Permalink
fix: types & repo link
Browse files Browse the repository at this point in the history
  • Loading branch information
Valexr committed Apr 15, 2024
1 parent 1cd270f commit 1328956
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ import App from './App.svelte';

export default new App({
target: document.body,
props: { name, repository }
props: { name, repository: repository.url }
});
File renamed without changes.
2 changes: 1 addition & 1 deletion src/lib/components/Quote.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<blockquote in:fade>
<p>{quote.content}</p>
<a {href}>~ {quote.author}</a>
<a {href} target="_blank">~ {quote.author}</a>
</blockquote>

<style>
Expand Down

0 comments on commit 1328956

Please sign in to comment.