Skip to content

Commit

Permalink
alt attributes not recognized
Browse files Browse the repository at this point in the history
hopefully this should be fixed now
  • Loading branch information
KendallDoesCoding committed May 22, 2022
1 parent 2a3092c commit e6d4948
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ <h1 class="heading">A very Mogul Christmas</h1>
</div>
<p class="lud">Christmas Album by <a href="https://youtube.com/MrAndersLA">Ludwig</a></p>
<div class="playlist-icons">
<a href="/apple-music" alt="apple-music" target="_blank"><img src="/images/apple-music.svg" width="30" height="30"></a>
<a href="/yt-music" alt="youtube-music" target="_blank"><img src="/images/youtube-music.svg" width="30" height="30"></a>
<a href="/apple-music" target="_blank"><img src="/images/apple-music.svg" alt="apple-music" width="30" height="30"></a>
<a href="/yt-music" target="_blank"><img src="/images/youtube-music.svg" alt="youtube-music" width="30" height="30"></a>
<a href="/youtube" alt="youtube" target="_blank"><i id="youtube" class="fa fa-youtube fa-2x" aria-hidden="true"></i></a>
<a href="/spotify" alt="spotify" target="_blank"><i id="spotify" class="fa fa-spotify fa-2x" aria-hidden="true"></i></a>
</div>
Expand Down

0 comments on commit e6d4948

Please sign in to comment.