Skip to content

Commit

Permalink
About.vue: use external link icon
Browse files Browse the repository at this point in the history
  • Loading branch information
dmstern committed Nov 26, 2018
1 parent 1a95fea commit de9590b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/About.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
It and aims to display them in a way that should help front-end developers to discover the best in-house javascript solutions to solve a specific problem.
</p>
<p>
It's code is developed as open source and published on <a :href="data.meta.repository.url" target="_blank">GitHub</a>.
If you discover any bugs or would like to have a feature being added, feel free to file an <a :href="data.meta.bugs.url" target="_blank">issue</a> or contribute to this project.
It's code is developed as open source and published on <ExternalLink :href="data.meta.repository.url" text="GitHub"></ExternalLink>.
If you discover any bugs or would like to have a feature being added, feel free to file an <ExternalLink :href="data.meta.bugs.url" text="issue"></ExternalLink> or contribute to this project.
</p>
<h2 class="subheading">Technologies</h2>
<v-list>
Expand Down

0 comments on commit de9590b

Please sign in to comment.