Skip to content

Commit

Permalink
add copy2Clipboard icon
Browse files Browse the repository at this point in the history
  • Loading branch information
dmstern committed Aug 28, 2018
1 parent 2242bea commit b2214d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CodeBlock.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
v-clipboard:copy="code"
v-clipboard:success="onCopy"
v-clipboard:error="onError">
<v-icon>{{$vuetify.icons.copy}}</v-icon>
<v-icon>{{$vuetify.icons.copy2Clipboard}}</v-icon>
</v-btn>

<v-snackbar
Expand Down
1 change: 1 addition & 0 deletions src/plugins/vuetify.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import '@fortawesome/fontawesome-free/css/all.min.css';
const icons = {
menu: 'fas fa-bars',
copy: 'far fa-copy',
copy2Clipboard: 'mdi-clipboard-arrow-left',
gitlab: 'fab fa-gitlab',
github: 'fab fa-github',
search: 'fas fa-search',
Expand Down

0 comments on commit b2214d7

Please sign in to comment.