Skip to content

Commit

Permalink
🐛 Fix credits page
Browse files Browse the repository at this point in the history
  • Loading branch information
trickypr committed Nov 13, 2023
1 parent d0b9f69 commit dff0bd0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion src/content/credits/Credits.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
{/if} <a href={pkg.source}>NPM</a>, License: {pkg.license}
</p>

{@html snarkdown(pkg.licenseText)}
{@html snarkdown(pkg.licenseText || 'No license text provided')}
</div>
{/each}
{/await}
3 changes: 0 additions & 3 deletions src/content/shared/types/Optional.ts

This file was deleted.

0 comments on commit dff0bd0

Please sign in to comment.