summaryrefslogtreecommitdiff
path: root/packages/client/src/components/global
diff options
context:
space:
mode:
authorsyuilo <Syuilotan@yahoo.co.jp>2022-12-19 13:53:41 +0900
committersyuilo <Syuilotan@yahoo.co.jp>2022-12-19 13:53:41 +0900
commitf83bd31fd5fee0bb2209ad0e5359ffa473ffb30e (patch)
treeb589c3f04550fc0fb94c59085bea8ffc930e7b04 /packages/client/src/components/global
parentupdate depsd (diff)
downloadmisskey-f83bd31fd5fee0bb2209ad0e5359ffa473ffb30e.tar.gz
misskey-f83bd31fd5fee0bb2209ad0e5359ffa473ffb30e.tar.bz2
misskey-f83bd31fd5fee0bb2209ad0e5359ffa473ffb30e.zip
wip
Diffstat (limited to 'packages/client/src/components/global')
-rw-r--r--packages/client/src/components/global/MkA.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/client/src/components/global/MkA.vue b/packages/client/src/components/global/MkA.vue
index 67bf54def8..287983520e 100644
--- a/packages/client/src/components/global/MkA.vue
+++ b/packages/client/src/components/global/MkA.vue
@@ -53,13 +53,13 @@ function onContextmenu(ev) {
router.push(props.to, 'forcePage');
},
}, null, {
- icon: 'fas fa-external-link-alt',
+ icon: 'ti ti-external-link',
text: i18n.ts.openInNewTab,
action: () => {
window.open(props.to, '_blank');
},
}, {
- icon: 'fas fa-link',
+ icon: 'ti ti-link',
text: i18n.ts.copyLink,
action: () => {
copyToClipboard(`${url}${props.to}`);