The ⚡ Benchmarks card on the playground homepage (playground/index.html) lost its <a href="benchmarks.html"> link. The benchmarks.html page exists but the card just shows plain text.
Fix: restore the link on the Benchmarks card:
<h3><a href="benchmarks.html" style="color: var(--accent); text-decoration: none;">⚡ Benchmarks</a></h3>
Likely dropped by an autoloop iteration that regenerated the card without the anchor tag.
The ⚡ Benchmarks card on the playground homepage (
playground/index.html) lost its<a href="benchmarks.html">link. Thebenchmarks.htmlpage exists but the card just shows plain text.Fix: restore the link on the Benchmarks card:
Likely dropped by an autoloop iteration that regenerated the card without the anchor tag.