FertwBr / youtube-clone

0 stars 0 forks source link

add left header #2

Closed FertwBr closed 6 months ago

FertwBr commented 6 months ago
      TODO left

https://github.com/FertwBr/youtube-clone/blob/b1e8b074fbe279589bf2ed5185e85d0d344b16ec/youtube.html#L23

FertwBr commented 6 months ago

Fixes TODO #2: Replaced YouTube logo and added hamburger menu

<div class="left-section">
      <img class="hamburguer-menu" src="images/header/icons/hamburger-menu.svg">
      <img class="youtube-logo" src="images/header/icons/youtube-logo.svg">
</div>

Note: This update provides a more consistent and functional header section with the intended YouTube logo and a hamburger menu icon.