Skip to content

Commit

Permalink
Change checkbox back to casual in the deckbuilder.
Browse files Browse the repository at this point in the history
  • Loading branch information
plural committed Jan 19, 2024
1 parent 3341ce4 commit 467b006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Resources/views/Builder/deck.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ var Filters = {},
</option>
{% endfor %}
</select>
<div class="checkbox" style="margin:6px 0 0 10px"><label><input type="checkbox" name="format-casual" data-persistence> Startup/Casual</label></div>
<div class="checkbox" style="margin:6px 0 0 10px"><label><input type="checkbox" name="format-casual" data-persistence>Casual</label></div>
</div>
</div>
<button type="submit" class="btn btn-warning">Save</button>
Expand Down

0 comments on commit 467b006

Please sign in to comment.