File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
frontend/main/src/components Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ export default function PostsCards({
75
75
{ post ?. data ?. accessSettings ?. accessMode === 'closed' ? (
76
76
< >
77
77
< p className = "px-4 py-2 text-sm rounded-full justify-self-start bg-primary-900 dark:bg-primary-900 text-basics-50 dark:text-basics-50" >
78
- Paid
78
+ Member
79
79
</ p >
80
80
< p className = "px-4 py-2 text-sm font-bold tracking-wider transform -skew-y-12 justify-self-end bg-secondary-600 dark:bg-secondary-600 text-basics-50 dark:text-basics-50" >
81
81
${ post ?. data ?. accessSettings ?. price }
@@ -88,7 +88,7 @@ export default function PostsCards({
88
88
</ p >
89
89
) : (
90
90
< p className = "px-4 py-2 text-sm font-bold tracking-wider rounded-full justify-self-start bg-secondary-600 dark:bg-secondary-600 text-basics-50 dark:text-basics-50" >
91
- Start now
91
+ Needs Login
92
92
</ p >
93
93
) }
94
94
</ >
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export default function RecentPostsList({
19
19
< li key = { post . id } className = "ml-0 list-none" >
20
20
< Link href = { post ?. data ?. url } >
21
21
< a className = "no-underline text-basics-900 hover:text-primary-900 hover:underline" >
22
- { post ?. data ?. title }
22
+ { post ?. data ?. page ?. title }
23
23
</ a >
24
24
</ Link >
25
25
</ li >
You can’t perform that action at this time.
0 commit comments