Themes(food): add halal logo

This commit is contained in:
Pieter Vander Vennet 2025-06-26 02:36:55 +02:00
parent e8c6f512c2
commit da6f95863c
4 changed files with 60 additions and 0 deletions

View file

@ -565,6 +565,7 @@
},
{
"if": "diet:halal=yes",
"icon": "./assets/layers/diets/halal.svg",
"then": {
"nl": "Halal menu verkrijgbaar",
"en": "There is a halal menu",
@ -578,6 +579,7 @@
},
{
"if": "diet:halal=only",
"icon": "./assets/layers/diets/halal.svg",
"then": {
"nl": "Enkel halal opties zijn beschikbaar",
"en": "Only halal options are available",

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 26 KiB

View file

@ -0,0 +1,2 @@
SPDX-FileCopyrightText: Leonkogo
SPDX-License-Identifier: CC0-1.0

View file

@ -0,0 +1,12 @@
[
{
"path": "halal.svg",
"license": "CC0-1.0",
"authors": [
"Leonkogo"
],
"sources": [
"https://commons.wikimedia.org/wiki/File:Halal.svg"
]
}
]