FertwBr / youtube-clone

0 stars 0 forks source link

Make the video title a link to the actual video --> #6

Closed FertwBr closed 6 months ago

FertwBr commented 6 months ago
           <!-- TODO Make the video title a link to the actual video -->

https://github.com/FertwBr/youtube-clone/blob/0ee8274b98b2729bf19cd7f7de471aaa32878f8f/youtube.html#L110

FertwBr commented 6 months ago

I've fixed the issue by updating the code to make the video title a link to the actual video. Now, when you click on the video title, it will take you directly to the video.

<p class="video-tittle">Talking Tech and AI with Google CEO Sundar Pichai!</p>
            <div class="video-author-link">
              <a href="https://www.youtube.com/c/mkbhd" target="_top">
                <p class="video-author">Marques Brownlee</p>
                <div class="tooltip">Marques Brownlee</div>
              </a>
            </div>