Open unsplash author links in a new window
This commit is contained in:
parent
13c56ad15f
commit
5bb8afbde5
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
@click="() => setBackground(im.id)"
|
||||
class="image"
|
||||
v-for="im in backgroundSearchResult">
|
||||
<a :href="`https://unsplash.com/@${im.info.author}`" class="info">
|
||||
<a :href="`https://unsplash.com/@${im.info.author}`" target="_blank" class="info">
|
||||
{{ im.info.authorName }}
|
||||
</a>
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue