From df6323fba393f3ecbb5d8ce08883037d2df017d3 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Sat, 26 May 2018 17:23:27 -0700 Subject: [PATCH] switch from copy icon to link icon (#343) fixes #325 --- bin/svgs.js | 2 +- .../dialog/components/AccountProfileOptionsDialog.html | 2 +- routes/_components/dialog/components/StatusOptionsDialog.html | 2 +- templates/2xx.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bin/svgs.js b/bin/svgs.js index f722516d..ecd21176 100644 --- a/bin/svgs.js +++ b/bin/svgs.js @@ -35,5 +35,5 @@ module.exports = [ {id: 'fa-times', src: 'node_modules/font-awesome-svg-png/white/svg/times.svg', title: 'Close'}, {id: 'fa-volume-off', src: 'node_modules/font-awesome-svg-png/white/svg/volume-off.svg', title: 'Mute'}, {id: 'fa-volume-up', src: 'node_modules/font-awesome-svg-png/white/svg/volume-up.svg', title: 'Unmute'}, - {id: 'fa-copy', src: 'node_modules/font-awesome-svg-png/white/svg/copy.svg', title: 'Copy'} + {id: 'fa-link', src: 'node_modules/font-awesome-svg-png/white/svg/link.svg', title: 'Link'} ] diff --git a/routes/_components/dialog/components/AccountProfileOptionsDialog.html b/routes/_components/dialog/components/AccountProfileOptionsDialog.html index c118c783..91a2f257 100644 --- a/routes/_components/dialog/components/AccountProfileOptionsDialog.html +++ b/routes/_components/dialog/components/AccountProfileOptionsDialog.html @@ -87,7 +87,7 @@ export default { { key: 'copy', label: 'Copy link to account', - icon: '#fa-copy' + icon: '#fa-link' } ].filter(Boolean)) }, diff --git a/routes/_components/dialog/components/StatusOptionsDialog.html b/routes/_components/dialog/components/StatusOptionsDialog.html index 28b38c5c..f618cc4e 100644 --- a/routes/_components/dialog/components/StatusOptionsDialog.html +++ b/routes/_components/dialog/components/StatusOptionsDialog.html @@ -107,7 +107,7 @@ export default { { key: 'copy', label: 'Copy link to toot', - icon: '#fa-copy' + icon: '#fa-link' } ].filter(Boolean)) }, diff --git a/templates/2xx.html b/templates/2xx.html index bfd76d9b..2f3a90f3 100644 --- a/templates/2xx.html +++ b/templates/2xx.html @@ -117,7 +117,7 @@ if (!localStorage.store_currentInstance) { Close Mute Unmute -Copy +Link