fix: Wrong url when clicking on the screenshot

This commit is contained in:
PapaTutuWawa 2022-05-31 20:51:41 +02:00
parent dd28d65164
commit 96186d3248

View File

@ -1,5 +1,5 @@
<div>
<a href="https:{{ item.source_url }}" target="_blank">
<a href="https://{{ item.source_url }}" target="_blank">
<img class="screenshot clickable" src="{{ item.screenshot }}" />
</a>
</div>