Skip to content

Commit 30b5783

Browse files
committed
wegue-oss#122 copy URL: use Hyperlink icon
1 parent 4c11b05 commit 30b5783

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/sharebutton/ShareButton.vue

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<v-list>
1717
<v-list-tile @click="onCopyUrl()">
1818
<v-list-tile-action>
19-
<v-icon medium>file_copy</v-icon>
19+
<v-icon medium>link</v-icon>
2020
</v-list-tile-action>
2121
<v-list-tile-content>
2222
<v-list-tile-title>{{copyUrlText}}</v-list-tile-title>
@@ -68,9 +68,9 @@ export default {
6868
alertCopiedText: {type: String, required: false, default: 'Copied'},
6969
alertErrorText: {type: String, required: false, default: 'An error occurred'},
7070
dark: {type: Boolean, required: false, default: false},
71-
copyUrlText: {type: String, required: false, default: 'Copy URL'},
71+
copyUrlText: {type: String, required: false, default: 'Copy Hyperlink'},
7272
copyEmbedHtmlText: {type: String, required: false, default: 'Copy HTML Embed Code'},
73-
emailUrlText: {type: String, required: false, default: 'Email URL'},
73+
emailUrlText: {type: String, required: false, default: 'Email Hyperlink'},
7474
emailSubjectText: {type: String, required: false, default: 'NPLH Url Share'}
7575
},
7676
data () {

0 commit comments

Comments
 (0)