Removed wordcount and Lexical badge, added help icon

refs #3254, #3253, #3242
This commit is contained in:
Djordje Vlaisavljevic 2023-05-19 15:02:25 +01:00
parent 462073b452
commit b99a9299cc

View File

@ -98,11 +98,11 @@
{{/if}}
<div class="gh-editor-wordcount-container">
<div class="gh-editor-wordcount">
{{!-- <div class="gh-editor-wordcount">
{{gh-pluralize this.wordCount.wordCount "word"}}
</div>
<a href="https://github.com/TryGhost/Koenig/tree/main/packages/koenig-lexical" target="_blank" rel="noopener noreferrer" class="gh-lexical-indicator">Lexical</a>
{{!-- <a href="https://ghost.org/help/using-the-editor/" class="flex" target="_blank" rel="noopener noreferrer">{{svg-jar "help"}}</a> --}}
</div> --}}
{{!-- <a href="https://github.com/TryGhost/Koenig/tree/main/packages/koenig-lexical" target="_blank" rel="noopener noreferrer" class="gh-lexical-indicator">Lexical</a> --}}
<a href="https://ghost.org/help/using-the-editor/" class="flex" target="_blank" rel="noopener noreferrer">{{svg-jar "help"}}</a>
</div>
</GhEditor>