mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Fix commas between videos
This commit is contained in:
parent
09c7e8d76f
commit
b932177235
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ class TV {
|
|||
<div class="video-row relative w-full">
|
||||
<div class="video-row-contents flex overflow-x-auto whitespace-no-wrap py-2 space-x-6" style="scroll-snap-type:x mandatory;">
|
||||
|
||||
${ video.payload.relatedVideos.map( this.boundComponent(VideoCard) ) }
|
||||
${ video.payload.relatedVideos.map( this.boundComponent(VideoCard) ).join('') }
|
||||
|
||||
</div>
|
||||
<button class="absolute left-0 h-10 w-10 flex justify-center items-center transform -translate-y-1/2 -translate-x-1/2 bg-darker rounded-full" style="top:50%;">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue