File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 66
66
</div >
67
67
</div >
68
68
<!-- Text comment -->
69
- <p class =" break-words w-4/5 py-1 mb-6 font-sans text-lg leading-relaxed dark:text-darkPrimaryText" >
69
+ <p class =" break-words w-4/5 py-1 mb-6 font-sans leading-relaxed dark:text-darkPrimaryText" >
70
70
<span style =" white-space : pre-line " >{{ content }}</span >
71
71
</p >
72
72
Original file line number Diff line number Diff line change 323
323
:authorBio =" author ? author.bio : ``"
324
324
:isFollowed =" userIsFollowed"
325
325
:toggleFriend =" toggleFriend"
326
+ :class =" showPaywall ? `mb-10` : ``"
326
327
/>
327
328
328
329
<!-- Comments -->
329
- <article v-if =" post !== null" class =" pt-5 pb-14" >
330
+ <article v-if =" post !== null && !showPaywall " class =" pt-5 pb-14" >
330
331
<!-- Choose reaction -->
331
332
<div class =" flex flex-row justify-between" >
332
333
<div class =" flex items-center" >
You can’t perform that action at this time.
0 commit comments