#97: add emojis to foodvendor

This commit is contained in:
lubiana 2025-06-21 15:15:47 +02:00
parent e2167fa19f
commit c8e6af6896
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
7 changed files with 176 additions and 4 deletions

View file

@ -1,4 +1,4 @@
<?php declare(strict_types=1);
<?php
/**
* Returns the importmap for this application.
@ -27,6 +27,6 @@ return [
'type' => 'css',
],
'htmx.org' => [
'version' => '1.9.12',
'version' => '2.0.5',
],
];