🔀 merge pull request 'v1.0.24' (#24) from dev into main

Reviewed-on: #24
This commit is contained in:
DrMaxNix 2023-10-11 16:07:51 +02:00
commit de2b26943a
3 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?php
// VERSION //
static::$version = "1.0.23";
static::$version = "1.0.24";
// DEPENDENCIES //

View File

@ -359,7 +359,7 @@
<div class="brand">
<img src="<?= File::file("./asset/logo-256.png") ?>" alt="logo" />
<span>SBGG Jetzt!</span>
<a href="https://git.tjdev.de/kimendisch/selbstbestimmungsgesetz-jetzt-de" target="_blank"><?= $dict->get("text_sourcecode") ?> <i class="ti ti-external-link"></i></a>
<a href="https://git.tjdev.de/kimendisch/sbgg.jetzt" target="_blank"><?= $dict->get("text_sourcecode") ?> <i class="ti ti-external-link"></i></a>
<span class="version">v<?= Project::version() ?></span>
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 207 KiB