Skip to content

Commit

Permalink
chore: use h3 for option title
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland committed Apr 9, 2024
1 parent b5a70e8 commit 20b8a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/forum/components/ListVotersModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default class ListVotersModal extends Modal<ListVotersModalAttrs> {

return (
<div className="VotesModal-option">
<h2>{this.optionAnswer(opt)! + ':'}</h2>
<h3>{this.optionAnswer(opt)! + ':'}</h3>

{votes.length ? (
<div className="VotesModal-list">{votes.map(this.voteContent.bind(this))}</div>
Expand Down

0 comments on commit 20b8a2c

Please sign in to comment.