Skip to content

Commit

Permalink
Update Link.vue
Browse files Browse the repository at this point in the history
added added target="_blank" to the anchor tag
  • Loading branch information
johnexzy authored May 26, 2021
1 parent d15d1c6 commit 4804f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Link.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</div>
<div class="link__content">
<div><h3>{{ name }}</h3></div>
<div class="link__url"><a :href="link">{{ link }}</a></div>
<div class="link__url"><a :href="link" target="_blank">{{ link }}</a></div>
</div>
</div>
</template>
Expand Down

0 comments on commit 4804f2f

Please sign in to comment.