Skip to content

Commit

Permalink
Bootstrap updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnfaraday committed Aug 22, 2021
1 parent ea7a2f0 commit a1aa4f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webportal/templates/components/rpg-live-scene.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<li><a href="#" {{action (mut this.showRollDice) true}}>Roll Dice</a></li>
<li><a href="#" {{action (mut this.showRollDice) true}} class="dropdown-item">Roll Dice</a></li>

<BsModalSimple @title="Roll Dice" @closeTitle="Cancel" @submitTitle="Roll" @size={{null}} @fade={{false}} @open={{this.showRollDice}} @onSubmit={{action "rollDice"}} @onHide={{action (mut this.showRollDice) false}}>

Expand Down

0 comments on commit a1aa4f9

Please sign in to comment.