Skip to content

Commit

Permalink
Open submission direct link in a new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
wlcx committed Jun 3, 2024
1 parent 8552d21 commit a4c0f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Vue.component('asset-preview', {
Project by <a :href='"https://github.com/" + asset.user'>{{asset.user}}</a>
</div>
<div class='panel-body'>
<a :href='asset.url'>
<a :href='asset.url' target="_blank">
<img class='img-responsive' :src='asset.thumb + "?size=328&crop=none"'>
</a>
<p v-if='asset.moderated_by'>Moderated by: {{asset.moderated_by}}</p>
Expand Down

0 comments on commit a4c0f6a

Please sign in to comment.