0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Updated copy from "Comments" to "Comment"

Refs https://github.com/TryGhost/Team/issues/2714
This commit is contained in:
Sanne de Vries 2023-03-16 18:19:45 +01:00
parent dc0f021b99
commit d04b2e04d6
3 changed files with 9 additions and 4 deletions

View file

@ -32,7 +32,7 @@
<p>By {{or this.session.user.name this.session.user.email}}
<span>{{moment-format (moment-site-tz) "D MMM YYYY"}}</span>
{{#if this.showCommentCta}}
<span><a href="javascript:"> {{svg-jar "comments"}}</a></span>
<span><a href="javascript:" class="gh-members-emailpreview-comment-link"> {{svg-jar "comment"}}</a></span>
{{/if}}
</p>
<p>
@ -67,8 +67,8 @@
{{#if this.showCommentCta}}
<Modals::Newsletters::Components::FeedbackButton
@text="Comments"
@icon="comments" />
@text="Comment"
@icon="comment" />
{{/if}}
</div>
</div>

View file

@ -2087,7 +2087,7 @@ p.gh-members-import-errordetail:first-of-type {
.gh-members-emailpreview-meta p span::before{
content: "•";
padding: 0 4px;
padding: 0 4px 0 2px;
}
.gh-members-emailpreview-title p span {
@ -2116,6 +2116,10 @@ p.gh-members-import-errordetail:first-of-type {
stroke-width: 1.5px;
}
.gh-members-emailpreview-comment-link {
display: inline-block;
}
.gh-members-emailpreview-featureimage {
width: 100%;
max-width: 600px;

View file

@ -1,3 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
<title>Comment</title>
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M12.658 2a9.307 9.307 0 0 0-8.15 4.788 9.326 9.326 0 0 0 .23 9.456L2 22l5.75-2.74a9.32 9.32 0 0 0 13.894-5.372 9.341 9.341 0 0 0-1.532-8.185A9.328 9.328 0 0 0 12.658 2Z"/>
</svg>

Before

Width:  |  Height:  |  Size: 331 B

After

Width:  |  Height:  |  Size: 356 B