Skip to content

Commit

Permalink
Updated copy from "Comments" to "Comment"
Browse files Browse the repository at this point in the history
  • Loading branch information
sanne-san committed Mar 16, 2023
1 parent dc0f021 commit d04b2e0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -67,8 +67,8 @@

{{#if this.showCommentCta}}
<Modals::Newsletters::Components::FeedbackButton
@text="Comments"
@icon="comments" />
@text="Comment"
@icon="comment" />
{{/if}}
</div>
</div>
Expand Down
6 changes: 5 additions & 1 deletion ghost/admin/app/styles/layouts/members.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d04b2e0

Please sign in to comment.