Skip to content

Commit

Permalink
Update mosaic-url-input.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ejoliet authored Mar 22, 2024
1 parent bca5d6f commit ec5e8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mosaic/mosaic-url-input.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@

const titleLink = document.createElement('a');
titleLink.href = video.url;
titleLink.innerHTML = video.title;
titleLink.innerHTML = video.title | video.channel;

buttonsContainer.appendChild(titleLink);
carousel.appendChild(videoEl);
Expand Down

0 comments on commit ec5e8b2

Please sign in to comment.