Merge branch 'main' into test/generate-svg-logo

test/generate-svg-logo
Dorian Zedler 2024-03-18 12:57:04 +01:00
commit e912b8a4d1
Signed by: dozedler
GPG Key ID: 989DE36109AFA354
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@
<label for="logo_variant">
Variant
</label>
<select id="logo_variant" value="DarkText">
<select id="logo_variant" name="variant" value="DarkText">
<option value="DarkText" selected>dark text</option>
<option value="LightText">light text</option>
<option value="NoText">no text</option>
@ -59,7 +59,7 @@
Orientation
</label>
<select id="logo_orientation" value="Landscape">
<select id="logo_orientation" name="orientation" value="Landscape">
<option value="Landscape" selected>landscape</option>
<option value="Portrait" selected>portrait</option>
</select>