Skip to content

Commit

Permalink
fix: unescape quotes (#902) (#903)
Browse files Browse the repository at this point in the history
fixes quote escaping by wrapping `"compatible"` as
`<span>"compatible"</span>`
  • Loading branch information
rafaeljacov authored Jan 23, 2025
1 parent 8059dcd commit e46474e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/routes/package/score.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,8 @@ function ScoreInfo(props: {
scoreValue={1}
title="At least one runtime is marked as compatible"
>
The package should be marked with at least one runtime as "compatible"
in {canAdmin
The package should be marked with at least one runtime as{" "}
<span>"compatible"</span> in {canAdmin
? (
<a class="link" href="settings#runtime_compat">
the package settings
Expand Down

0 comments on commit e46474e

Please sign in to comment.