Skip to content

Commit

Permalink
Fixing missing image in recommended
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonHHouse committed Apr 28, 2021
1 parent 16ed927 commit f20f73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GapsWeb/src/main/resources/templates/recommended.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h5 class="card-title">Your movies are really missing</h5>

<div class="top-margin bottom-margin" id="noMovieContainer" style="display: none;">
<div class="card mx-auto" style="width: 24rem;">
<img loading="lazy" alt="..." class="card-img-top" src="/images/mind_the_gap.png">
<img loading="lazy" alt="..." class="card-img-top" th:src="@{/images/mind_the_gap.png}">
<div class="card-body">
<h5 class="card-title">Your movies are really missing</h5>
<p class="card-text">You need to find your owned movies first.</p>
Expand Down

0 comments on commit f20f73e

Please sign in to comment.