Skip to content

Commit

Permalink
fixup: change legend copy
Browse files Browse the repository at this point in the history
  • Loading branch information
phildarnowsky-broad committed Jan 8, 2025
1 parent 2e08b4b commit f4f9139
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const constraintColor = '#fd8d3c'

const Legend = () => (
<>
<span>Constrained region</span>
<span>Regionally constrained interval</span>
<svg width={50} height={25}>
<rect x={10} y={3} width={30} height={10} stroke="#000" fill={constraintColor} />
</svg>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ exports[`MitochondrialRegionConstraintTrack for a protein gene track has no unex
className="ConstraintTrack__LegendWrapper-sc-113yvfg-4 kkHtue"
>
<span>
Constrained region
Regionally constrained interval
</span>
<svg
height={25}
Expand Down Expand Up @@ -204,7 +204,7 @@ exports[`MitochondrialRegionConstraintTrack for an RNA gene track has no unexpec
className="ConstraintTrack__LegendWrapper-sc-113yvfg-4 kkHtue"
>
<span>
Constrained region
Regionally constrained interval
</span>
<svg
height={25}
Expand Down

0 comments on commit f4f9139

Please sign in to comment.