Open unsplash author links in a new window
This commit is contained in:
parent
13c56ad15f
commit
5bb8afbde5
@ -42,7 +42,7 @@
|
|||||||
@click="() => setBackground(im.id)"
|
@click="() => setBackground(im.id)"
|
||||||
class="image"
|
class="image"
|
||||||
v-for="im in backgroundSearchResult">
|
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 }}
|
{{ im.info.authorName }}
|
||||||
</a>
|
</a>
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user