We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 412e870 commit a8a9587Copy full SHA for a8a9587
packages/textchecker-element/index.html
@@ -238,9 +238,7 @@
238
<label for="input">Input text for linting:</label>
239
<textarea id="input" class="textarea" spellcheck="false" placeholder="input your text"></textarea>
240
</main>
241
- <button id="install">Install</button>
242
- <label for="install">* require <a href="https://github.com/textlint/editor">textlint-editor
243
- browser extension</a></label>
+ <div style="margin-top: 1em; font-size: 0.9em; opacity: 0.8;">Generated by <a href="https://github.com/textlint/editor">textlint-editor</a></div>
244
<div id="metadata" class="metadata"></div>
245
</div>
246
<aside class="side">
0 commit comments