Skip to content

Commit

Permalink
options header
Browse files Browse the repository at this point in the history
  • Loading branch information
FedoraMark committed Sep 18, 2020
1 parent 9f643e6 commit d8ddda9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/magiCount.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,10 @@ class magiCount extends Component {
this.state.useDarkMode ? style.darkModal : ""
)}
>
<Modal.Header closeButton>
<Modal.Title>Options</Modal.Title>
</Modal.Header>

<Modal.Body className={style.optModalBody}>
<ul className={style.modalList}>
<li
Expand Down

0 comments on commit d8ddda9

Please sign in to comment.