File tree Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Expand file tree Collapse file tree 1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -256,23 +256,22 @@ export default function SessionCard({
256
256
}
257
257
}
258
258
>
259
- { /* 製播組還在整理影片,等弄好再放上來 by SimbaFs */ }
260
259
{ /* {!session.live && !session.record && ( */ }
261
- < div className = "flex aspect-video w-full flex-col items-center justify-center gap-2 rounded-xl bg-black/10" >
262
- < IoPlay className = "text-5xl" />
263
- < div > 即將上線</ div >
264
- </ div >
260
+ { /* <div className="flex aspect-video w-full flex-col items-center justify-center gap-2 rounded-xl bg-black/10"> */ }
261
+ { /* <IoPlay className="text-5xl" /> */ }
262
+ { /* <div>即將上線</div> */ }
263
+ { /* </div> */ }
265
264
{ /* )} */ }
266
265
{ /* {session.live && ( */ }
267
266
{ /* <YouTubeEmbed */ }
268
267
{ /* videoid={new URL(session.live).searchParams.get("v")!} */ }
269
268
{ /* /> */ }
270
269
{ /* )} */ }
271
- { /* { session.record && ( */ }
272
- { /* <YouTubeEmbed */ }
273
- { /* videoid={new URL( session.record).searchParams.get("v")!} */ }
274
- { /* /> */ }
275
- { /* )} */ }
270
+ { session . record && (
271
+ < YouTubeEmbed
272
+ videoid = { session . record }
273
+ />
274
+ ) }
276
275
277
276
< div className = "flex flex-row gap-2" >
278
277
{ session . qa && (
You can’t perform that action at this time.
0 commit comments