Skip to content

Commit

Permalink
ExternalLinks: use material externalLink icon
Browse files Browse the repository at this point in the history
  • Loading branch information
dmstern committed Nov 26, 2018
1 parent de9590b commit 3c1682c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ExternalLink.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:title="title"
>
<img :src="img" v-if="img">
<v-icon v-else>{{icon || $vuetify.icons.arrowTopRight}}</v-icon>
<v-icon v-else>{{icon || $vuetify.icons.externalLink}}</v-icon>
{{text || href}}
</a>
</template>
Expand Down

0 comments on commit 3c1682c

Please sign in to comment.