Remove hardcoded br from hint, inline the command
This commit is contained in:
parent
adb50aaf47
commit
cb73f98300
1 changed files with 1 additions and 2 deletions
|
|
@ -147,8 +147,7 @@ if (emptyRegistered.length > 0) {
|
||||||
<strong>💡 Getting started</strong>
|
<strong>💡 Getting started</strong>
|
||||||
<p>These registered projects have no workstreams yet:</p>
|
<p>These registered projects have no workstreams yet:</p>
|
||||||
<ul>${emptyRegistered.map(t => html`<li>
|
<ul>${emptyRegistered.map(t => html`<li>
|
||||||
<strong>${t.domain}</strong> — open repo in Claude Code and say <em>"Hi!"</em> to kick off 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 run <code>custodian create-workstream --domain ${t.domain} --title "My first workstream"</code> manually
|
||||||
<code>custodian create-workstream --domain ${t.domain} --title "My first workstream"</code>
|
|
||||||
</li>`)}</ul>
|
</li>`)}</ul>
|
||||||
</div>`);
|
</div>`);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue