Tighten hint text to avoid linebreak

This commit is contained in:
2026-02-24 23:59:38 +01:00
parent eaf46c012e
commit adb50aaf47

View File

@@ -147,7 +147,7 @@ if (emptyRegistered.length > 0) {
<strong>💡 Getting started</strong>
<p>These registered projects have no workstreams yet:</p>
<ul>${emptyRegistered.map(t => html`<li>
<strong>${t.domain}</strong> — open the repo in Claude Code and say <em>"Hi!"</em> to kick off the first session, or go manual:<br>
<strong>${t.domain}</strong> — open repo in Claude Code and say <em>"Hi!"</em> to kick off first session, or go manual:<br>
<code>custodian create-workstream --domain ${t.domain} --title "My first workstream"</code>
</li>`)}</ul>
</div>`);