0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-18 02:21:47 -05:00

Add share icon to Share button

This commit is contained in:
Daniël van der Winden 2024-08-06 11:44:28 +02:00
parent cc6c371328
commit 42cc3f02ff

View file

@ -36,13 +36,13 @@
</div>
<div style="display: flex; gap: 4px;">
<button class="gh-post-list-cta edit">
{{svg-jar "reload" title=""}}<span>Refresh</span>
{{svg-jar "reload" title="Refresh post analytics"}}<span>Refresh</span>
</button>
<button class="gh-post-list-cta edit" {{on "click" this.togglePublishFlowModal}}>
{{svg-jar "pen" title=""}}<span>Share</span>
{{svg-jar "share" title="Share post"}}<span>Share</span>
</button>
<LinkTo @route="lexical-editor.edit" @models={{array this.post.displayName this.post.id}} class="gh-post-list-cta edit" title="">
{{svg-jar "pen" title=""}}<span>Edit post</span>
{{svg-jar "pen" title="Edit post"}}<span>Edit post</span>
</LinkTo>
</div>
</div>