fixes logo with version

This commit is contained in:
Christian Beutel
2024-03-28 19:14:14 +01:00
parent 438100e4eb
commit 28c6261e94
3 changed files with 102 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
<script>
import LogoTextLight from "./logo/logo_text_light.svelte";
import LogoTextLightWithVersion from "./logo/logo_text_light_with_version.svelte";
import { _ } from "svelte-i18n";
</script>
@@ -7,14 +7,14 @@
class="bg-footer-background text-white w-full grid grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-y-8 gap-x-12 p-12 mt-12 rounded-t-3xl"
>
<div class="col-span-2 md:col-span-1">
<LogoTextLight></LogoTextLight>
<LogoTextLightWithVersion></LogoTextLightWithVersion>
</div>
<div>
<h5 class="font-semibold">Resources</h5>
<ul class="mt-4 text-sm">
<li>
<a href="/docs/api/index.html"
>API {$_("documentation")}</a
>{$_("api-documentation")}</a
>
</li>
<li>

View File

@@ -95,5 +95,4 @@
d="M43.857 43.3045C44.0569 43.0652 44.4246 43.0652 44.6245 43.3045L46.6259 45.7008C46.8978 46.0263 46.6663 46.5213 46.2421 46.5213H42.2394C41.8152 46.5213 41.5837 46.0263 41.8556 45.7008L43.857 43.3045Z"
fill="#242734"
/>
<text x="178" y="64" fill="white" font-size="0.75rem">v2.0.1</text>
</svg>

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 10 KiB