Skip to content

Commit f854acc

Browse files
fixed #221 added $ for reliability bonus
1 parent 9bae199 commit f854acc

File tree

1 file changed

+1
-1
lines changed
  • src/shared/components/challenge-detail/Header

1 file changed

+1
-1
lines changed

src/shared/components/challenge-detail/Header/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ export default function ChallengeHeader(props) {
161161
</p> :
162162
<p styleName="bonus-text">
163163
<span styleName={`bonus-highlight ${trackLower}-accent-color`}>
164-
RELIABILITY BONUS: {reliabilityBonus}
164+
RELIABILITY BONUS: $ {reliabilityBonus}
165165
</span>
166166
</p>
167167
}

0 commit comments

Comments
 (0)