Skip to content

Commit

Permalink
update css for group challenge comments notice
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinBeczak committed Jan 14, 2024
1 parent b9cfa2a commit ce581ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/Inbox/HeaderNotifications.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ class HeaderNotifications extends Component {
<li className="mr-text-white">
<input
type="checkbox"

className="mr-checkbox-toggle mr-mr-1"
checked={this.props.groupByTask}
onChange={this.props.toggleGroupByTask}
/> <FormattedMessage {...messages.groupByTaskLabel} />
</li>
<li className="mr-mb-4">
<li className="mr-mb-4 mr-text-grey-light">
<FormattedMessage {...messages.challengeGroupingNotice} />
</li>
<li>
Expand Down

0 comments on commit ce581ca

Please sign in to comment.