fix: Clarify 'Watch it work' CTA link label (#311)

Rename the CTA link from 'Watch it work' to 'See active issues' so
visitors know the link leads to the issue tracker, not a demo or live view.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
openhands 2026-03-23 08:49:57 +00:00
parent cd1524013d
commit 2719b975b1

View file

@ -692,7 +692,7 @@
<a href="/docs/quickstart">Quickstart</a> <a href="/docs/quickstart">Quickstart</a>
<a href="/docs/architecture">Architecture</a> <a href="/docs/architecture">Architecture</a>
<a href="https://codeberg.org/johba/disinto">Browse the source</a> <a href="https://codeberg.org/johba/disinto">Browse the source</a>
<a href="https://codeberg.org/johba/disinto/issues">Watch it work</a> <a href="https://codeberg.org/johba/disinto/issues">See active issues</a>
<a href="/dashboard">Live dashboard</a> <a href="/dashboard">Live dashboard</a>
</div> </div>
</div> </div>