0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Fixed typo on Explore site

This commit is contained in:
Aileen Nowak 2022-08-08 13:51:51 +01:00 committed by Aileen Booker
parent 5165a0b298
commit 15a9ccc5ad
2 changed files with 2 additions and 3 deletions

View file

@ -83,7 +83,6 @@
.explore-permissions > div {
display: flex;
justify-content: space-between;
flex-direction: row;
align-items: baseline;
}

View file

@ -19,11 +19,11 @@
</div>
<div>
<span>{{svg-jar "check-circle" class="w6 v-mid" alt="checkmark"}}</span>
<p>You will be able to choose what data is publicly visible, or hidden.</p>
<p>You will be able to choose what data is publicly visible or hidden.</p>
</div>
<div>
<span>{{svg-jar "check-circle" class="w6 v-mid" alt="checkmark"}}</span>
<p>Your site will be ranked and promoted to across the entire Ghost ecosystem.</p>
<p>Your site will be ranked and promoted across the entire Ghost ecosystem.</p>
</div>
</div>