Skip to content

Commit

Permalink
fix: #11
Browse files Browse the repository at this point in the history
  • Loading branch information
hehehai committed Jun 10, 2022
1 parent 92ce46d commit 40a0c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Box.svelte
Expand Up @@ -32,7 +32,7 @@
{:else}
{#each dependencies as dep}
<li>
<a href={dep?.repository}>
<a href={dep?.repository || `https://crates.io/crates/${dep?.name}`}>
{dep?.name}
</a>
{#if dep?.description}
Expand Down

0 comments on commit 40a0c47

Please sign in to comment.