Skip to content

Commit

Permalink
style(mon-pix): use same class for correct and wrong answer on soluti…
Browse files Browse the repository at this point in the history
…on panel
  • Loading branch information
Libouk committed Mar 5, 2025
1 parent 86010fd commit 50cabd3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mon-pix/app/components/solution-panel/qcu-solution-panel.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@
{{/each}}

{{#if this.isAnswerValid}}
<div data-test-correct-answer>{{t "pages.comparison-window.results.feedback.correct"}}</div>
<p data-test-correct-answer class="qcu-solution-answer-feedback__expected-answer">{{t
"pages.comparison-window.results.feedback.correct"
}}</p>
{{else}}
<MarkdownToHtml
class="qcu-solution-answer-feedback__expected-answer"
Expand Down

0 comments on commit 50cabd3

Please sign in to comment.