Skip to content

Commit

Permalink
Turn parent div into figure in order to fix figcaption error
Browse files Browse the repository at this point in the history
Signed-off-by: Kenneth Kostrešević <[email protected]>
Signed-off-by: Jerod Santo <[email protected]>
  • Loading branch information
Kenneth Kostresevic authored and jerodsanto committed May 16, 2023
1 parent b648a1e commit 524346d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/changelog_web/templates/layout/_player.html.eex
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
<img class="podcast_player-art js-player-art" src="data:," alt="Player art">
</div>
<div class="podcast_player-details">
<div class="podcast_player-details-title">
<figure class="podcast_player-details-title">
<span class="js-player-now-playing"></span>
<figcaption class="js-player-title"></figcaption>
</div>
</figure>
</div>
<div class="podcast_player-buttons">
<button class="podcast_player-button podcast_player-button--prev_episode js-player-prev-button" title="Listen to the previous episode">
Expand Down

0 comments on commit 524346d

Please sign in to comment.