Change wording again

This commit is contained in:
Damillora 2021-03-17 13:51:57 +07:00
parent 58d2b27626
commit 05708345ec
2 changed files with 5 additions and 5 deletions

View File

@ -22,14 +22,14 @@
{{#has visibility="paid"}}
<div class="pr-2">
<a href="/subscribe">
<span class="text-sm text-red-700 hover:underline">Autonomous Systems only</span>
<span class="text-sm text-red-700 hover:underline">Paid content</span>
</a>
</div>
{{/has}}
{{#has visibility="members"}}
<div class="pr-2">
<a href="/subscribe">
<span class="text-sm text-yuika-blue-700 hover:underline">Subscribers only</span>
<span class="text-sm text-yuika-blue-700 hover:underline">Member-exclusive</span>
</a>
</div>
{{/has}}

View File

@ -15,14 +15,14 @@
{{#has visibility="paid"}}
<div class="pr-2">
<a href="/subscribe">
<span class="text-sm text-red-200 hover:underline">Autonomous Systems only</span>
<span class="text-sm text-red-200 hover:underline">Paid content</span>
</a>
</div>
{{/has}}
{{#has visibility="members"}}
<div class="pr-2">
<a href="/subscribe">
<span class="text-sm text-yuika-blue-200 hover:underline">Subscribers only</span>
<span class="text-sm text-yuika-blue-200 hover:underline">Member-exclusive</span>
</a>
</div>
{{/has}}
{{/has}}