diff --git a/bin/svgs.js b/bin/svgs.js index f722516..ecd2117 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 c118c78..91a2f25 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 28b38c5..f618cc4 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 bfd76d9..2f3a90f 100644 --- a/templates/2xx.html +++ b/templates/2xx.html @@ -117,7 +117,7 @@ if (!localStorage.store_currentInstance) { Close Mute Unmute -Copy +Link