diff --git a/src/components/general/About.svelte b/src/components/general/About.svelte index 7f967ead..a025378e 100644 --- a/src/components/general/About.svelte +++ b/src/components/general/About.svelte @@ -1,210 +1,196 @@ {#if modal_open} -
{currentlicense}
-{licensetext}
-{currentlicense}
+{licensetext}
+
- Lauf für Kaya!
-
- {$_("by")}
- ODIT.Services
-
-
- {$_("lfk-is-os")}
-
{$_("oss_credit_description")}
-{$_("licenses-are-being-loaded")}
- {:then} -{$_("dependency_name")} | -{$_("license")} | -{$_("repo_link")} | -{$_("installed-version")} | -{$_("author")} | -
---|---|---|---|---|
{l.name} | -
- {l.license || "?"} - |
- - {(l.repo?.url || l.repo) - .replace("git+", "") - .replace("git://", "")} - | -{l.version || "?"} | -{l.author?.name || l.author || "?"} | -
{$_("icon-image-credits")}
-
+ Lauf für Kaya!
+
+ {$_("by")}
+ ODIT.Services
+
+
+ {$_("lfk-is-os")}
+
{$_("oss_credit_description")}
+{$_("licenses-are-being-loaded")}
+ {:then} +{$_("dependency_name")} | +{$_("license")} | +{$_("repo_link")} | +{$_("installed-version")} | +{$_("author")} | +
---|---|---|---|---|
{l.name} | ++ + | ++ {(l.repo?.url || l.repo) + .replace("git+", "") + .replace("git://", "")} + | +{l.version || "?"} | +{l.author?.name || l.author || "?"} | +
{$_("icon-image-credits")}
+