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:
parent
5165a0b298
commit
15a9ccc5ad
2 changed files with 2 additions and 3 deletions
|
@ -83,7 +83,6 @@
|
|||
|
||||
.explore-permissions > div {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
flex-direction: row;
|
||||
align-items: baseline;
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue