Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronge-2020 committed May 14, 2024
1 parent e5399dd commit 15fe207
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -574,19 +574,19 @@ <h2 class="text-lg font-semibold">Core Color Legend</h2>
<div class="flex flex-wrap justify-around">
<div class="flex items-center m-2">
<div class="w-4 h-4 rounded-full bg-green-500 mr-2"></div>
<span>Green cores are marker cores.</span>
<span>Marker cores.</span>
</div>
<div class="flex items-center m-2">
<div class="w-4 h-4 rounded-full bg-blue-500 mr-2"></div>
<span>Blue cores are normal cores.</span>
<span>Normal cores.</span>
</div>
<div class="flex items-center m-2">
<div class="w-4 h-4 rounded-full bg-red-500 mr-2"></div>
<span>Red cores indicate misaligned cores.</span>
<span>Misaligned cores.</span>
</div>
<div class="flex items-center m-2">
<div class="w-4 h-4 rounded-full bg-yellow-500 mr-2"></div>
<span>Yellow cores are imaginary cores.</span>
<span>Imaginary cores.</span>
</div>
</div>
</section>
Expand Down

0 comments on commit 15fe207

Please sign in to comment.