Changed copy and icon for paywall card and divider

This commit is contained in:
Sanne de Vries 2021-02-22 17:09:27 +01:00
parent 08bb5f2d87
commit 80102bc916
3 changed files with 8 additions and 9 deletions

View File

@ -8,5 +8,5 @@
@hasEditMode={{false}}
@editor={{this.editor}}
>
<div class="kg-paywall-separator">End of free preview</div>
<div class="kg-paywall-separator">Free public preview ↑ / ↓ Only visible to members</div>
</KoenigCard>

View File

@ -111,7 +111,7 @@ export const CARD_MENU = [
params: ['url']
},
{
label: 'Email',
label: 'Email content',
icon: 'koenig/kg-card-type-email',
desc: 'Only visible when delivered by email',
matches: ['email'],
@ -119,10 +119,10 @@ export const CARD_MENU = [
replaceArg: 'email'
},
{
label: 'Paywall',
label: 'Public preview',
icon: 'koenig/kg-card-type-paywall',
desc: 'Mark end of free preview',
matches: ['paywall'],
desc: 'Attract signups with a public intro',
matches: ['public preview'],
type: 'card',
replaceArg: 'paywall'
}]

View File

@ -1,6 +1,5 @@
<svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="32" height="32" rx="2" fill="#ffb41f"/>
<g stroke="#fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M21.727 13H10.273C9.57 13 9 13.597 9 14.333v9.334C9 24.403 9.57 25 10.273 25h11.454C22.43 25 23 24.403 23 23.667v-9.334c0-.736-.57-1.333-1.273-1.333zM11.545 13V9.667c0-1.238.47-2.425 1.305-3.3A4.354 4.354 0 0116 5c1.181 0 2.314.492 3.15 1.367a4.782 4.782 0 011.305 3.3V13M16 17.667v2.666"/>
</g>
<rect width="32" height="32" rx="2" fill="#FFC701"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.999 9.001c4.007-.06 7.962 2.737 10.366 5.425l.004.004a2.517 2.517 0 010 3.337l-.003.004c-2.349 2.628-6.294 5.49-10.367 5.428-4.073.061-8.018-2.8-10.365-5.429l-.003-.003a2.517 2.517 0 010-3.337l.003-.004C8.036 11.738 11.991 8.94 16 9.001zm-8.872 6.756a.517.517 0 000 .683c2.208 2.472 5.645 4.814 8.855 4.759h.034c3.209.055 6.647-2.287 8.857-4.759a.518.518 0 000-.683c-2.257-2.522-5.705-4.81-8.857-4.756a.98.98 0 01-.034 0c-3.152-.054-6.6 2.234-8.855 4.756z" fill="#fff"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M16 18a2 2 0 100-4 2 2 0 000 4zm0 2a4 4 0 100-8 4 4 0 000 8z" fill="#fff"/>
</svg>

Before

Width:  |  Height:  |  Size: 532 B

After

Width:  |  Height:  |  Size: 790 B