Skip to content

Commit e46474e

Browse files
authored
fix: unescape quotes (#902) (#903)
fixes quote escaping by wrapping `"compatible"` as `<span>"compatible"</span>`
1 parent 8059dcd commit e46474e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/routes/package/score.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ function ScoreInfo(props: {
166166
scoreValue={1}
167167
title="At least one runtime is marked as compatible"
168168
>
169-
The package should be marked with at least one runtime as "compatible"
170-
in {canAdmin
169+
The package should be marked with at least one runtime as{" "}
170+
<span>"compatible"</span> in {canAdmin
171171
? (
172172
<a class="link" href="settings#runtime_compat">
173173
the package settings

0 commit comments

Comments
 (0)