Skip to content

Commit

Permalink
Fixed the next 50 play button
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyLuke001 committed Nov 25, 2015
1 parent e7ebd57 commit 9a896e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thenext50.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h4>
</h4>
<div class="video-image">
<a href="{{ post.nextvideo }}" class="fancybox-media" data-fancybox-title="{{ post.alt }}">
<img src="{% asset_path youtube-btn.svg %}" alt="{{ post.alt }}" class="play-btn">
<img src="/css/assets/images/youtube-btn.svg" alt="{{ post.alt }}" class="play-btn">
<img src="{{ post.img }}" alt="{{ post.alt }}">
</a>
</div>
Expand Down

0 comments on commit 9a896e7

Please sign in to comment.