Skip to content

Commit

Permalink
Merge pull request #9 from johnexzy/patch-1
Browse files Browse the repository at this point in the history
fix: links targetted to a new tab.
  • Loading branch information
MartinsOnuoha authored May 26, 2021
2 parents d15d1c6 + 4804f2f commit 435c7e7
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 435c7e7

Please sign in to comment.