File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Paystack
2- logo : https://memberpress. com/wp-content/uploads/2020/03/Integrations-Paystack-1724x970-1.svg
2+ logo : https://cdn-assets-cloud.frontify. com/s3/frontify-cloud-files-us/eyJwYXRoIjoiZnJvbnRpZnlcL2FjY291bnRzXC8yYVwvMTQxNzczXC9wcm9qZWN0c1wvMTc4NjE0XC9hc3NldHNcL2E5XC8zNTI0MTM2XC9jYmJkNzA1OTEyN2NlOGU3ZDI5ZDM5NmJkMzhmMzkwNi0xNTY5MjE3MjIzLnBuZyJ9:frontify:xd65O1_BCk88mGEkjq6maiXPQH5Ol5Vhn97tbY1vl0c?width=1600&format=webp&quality=100
33url : https://paystack.com/
44backgroundColor : " #f1fef4f2"
Original file line number Diff line number Diff line change @@ -80,6 +80,21 @@ const folderPhotos = photos.filter((photo) => photo.type === 'folder');
8080 </div >
8181 </div >
8282 </div >
83+
84+ <!-- ── About ──────────────────────────────────────────── -->
85+ <div class =" about-section" >
86+ <div class =" container about-inner" >
87+ <div >
88+ <span class =" eyebrow" >About</span >
89+ <p class =" about-desc" >{ d .description } </p >
90+ </div >
91+ { status === ' past' && d .stream_url && ! d .embed_stream && (
92+ <a href = { d .stream_url } target = " _blank" rel = " noopener noreferrer" class = " btn btn-outline" >
93+ Watch recording →
94+ </a >
95+ )}
96+ </div >
97+ </div >
8398
8499 <!-- ── Live: stream embed ─────────────────────────────── -->
85100 { status === ' live' && d .stream_url && d .embed_stream && (
@@ -126,21 +141,6 @@ const folderPhotos = photos.filter((photo) => photo.type === 'folder');
126141 </div >
127142 )}
128143
129- <!-- ── About ──────────────────────────────────────────── -->
130- <div class =" about-section" >
131- <div class =" container about-inner" >
132- <div >
133- <span class =" eyebrow" >About</span >
134- <p class =" about-desc" >{ d .description } </p >
135- </div >
136- { status === ' past' && d .stream_url && ! d .embed_stream && (
137- <a href = { d .stream_url } target = " _blank" rel = " noopener noreferrer" class = " btn btn-outline" >
138- Watch recording →
139- </a >
140- )}
141- </div >
142- </div >
143-
144144 { status === ' past' && d .stream_url && d .embed_stream && (
145145 <div class = " stream-section" >
146146 <div class = " container" >
You can’t perform that action at this time.
0 commit comments