@yemi33/squad 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dashboard.html +1 -1
- package/package.json +1 -1
package/dashboard.html
CHANGED
|
@@ -387,7 +387,7 @@
|
|
|
387
387
|
<section class="cmd-center">
|
|
388
388
|
<h2>Command Center</h2>
|
|
389
389
|
<div class="cmd-input-wrap" id="cmd-input-wrap">
|
|
390
|
-
<textarea id="cmd-input" rows="1" placeholder='What do you need? e.g. "Fix the auth bug @dallas" or "/
|
|
390
|
+
<textarea id="cmd-input" rows="1" placeholder='What do you need? e.g. "Fix the auth bug @dallas" or "/note always use feature flags"'
|
|
391
391
|
oninput="cmdInputChanged()" onkeydown="cmdKeyDown(event)"></textarea>
|
|
392
392
|
<button class="cmd-send-btn" id="cmd-send-btn" onclick="cmdSubmit()">Send <kbd>Ctrl+Enter</kbd></button>
|
|
393
393
|
</div>
|
package/package.json
CHANGED