Skip to content

Commit

Permalink
fix biomaterial injection
Browse files Browse the repository at this point in the history
  • Loading branch information
Shane98c committed Apr 1, 2024
1 parent d35f18f commit c234c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posts/vcl-update-v2024.04.0/vcl-chart.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const VCLChart = () => {

<Plot>
<Rect x={[2, 5]} y={[13, 14]} color={'yellow'} />
<Rect x={[2, 4]} y={[10, 11]} color={'yellow'} />
<Rect x={[2, 5]} y={[10, 11]} color={'yellow'} />
<Rect x={[1, 4]} y={[7, 8]} color={'yellow'} />
<Rect x={[0, 4]} y={[4, 5]} color={'yellow'} />
<Rect x={[0, 3]} y={[1, 2]} color={'yellow'} />
Expand Down

0 comments on commit c234c0a

Please sign in to comment.