diff --git a/src/components/About.svelte b/src/components/About.svelte index 11d24f2e..caee3b35 100644 --- a/src/components/About.svelte +++ b/src/components/About.svelte @@ -1,7 +1,20 @@ +{#if modal_open} +
{ + modal_open = false; + }}> +
+ +
+{/if} +

{l.name} - {l.license || '?'} - {(l.repo?.url || l.repo).replace('git+', '')} + + {l.license || '?'}
{ + modal_open = true; + currentlicense = l.name + '@' + l.version; + licensetext = l.licensetext || 'No license text could be found 😢'; + }}>read license + + + {(l.repo?.url || l.repo) + .replace('git+', '') + .replace('git://', '')} + {l.version || '?'} {l.author?.name || l.author || '?'}