Skip to content

Commit

Permalink
Merge pull request #806 from plural/startup-casual-change
Browse files Browse the repository at this point in the history
Change checkbox back to casual in the deckbuilder.
  • Loading branch information
plural authored Jan 19, 2024
2 parents 1c54855 + 467b006 commit 2cffb2c
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 2cffb2c

Please sign in to comment.