🔀 merge pull request 'v1.0.16' (#16) from dev into main

Reviewed-on: kimendisch/selbstbestimmungsgesetz-jetzt-de#16
This commit is contained in:
DrMaxNix 2023-09-12 22:05:51 +02:00
commit c613f540ac
6 changed files with 2 additions and 2 deletions

BIN
asset/logo-bg-1024.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

BIN
asset/logo-bg-2048.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 KiB

BIN
asset/logo-bg-256.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

BIN
asset/logo-bg-512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View File

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

View File

@ -327,7 +327,7 @@
echo("<span>" . $one_about_text_line . "</span>"); echo("<span>" . $one_about_text_line . "</span>");
} }
$mail_address = "mail@kim"."endisch.de"; $mail_address = "mail@sb"."gg.jetzt";
?> ?>
<span><?= $dict->get("about_mail_address_prefix") ?>: <a <?= Hidden::href("mailto:" . $mail_address) ?> class="link"><?= Hidden::text($mail_address) ?></a></span> <span><?= $dict->get("about_mail_address_prefix") ?>: <a <?= Hidden::href("mailto:" . $mail_address) ?> class="link"><?= Hidden::text($mail_address) ?></a></span>