From 3ac5d1ed6df0316e48a971ce1a4225dce35c9737 Mon Sep 17 00:00:00 2001 From: Kelvin Tan Date: Wed, 4 Dec 2024 10:09:50 +0800 Subject: [PATCH] DEV: Update deprecated Font Awesome icon names --- .../discourse/components/activity-pub-authorization.hbs | 2 +- assets/javascripts/discourse/components/activity-pub-handle.gjs | 2 +- .../discourse/components/activity-pub-site-setting-notice.gjs | 2 +- .../discourse/components/modal/activity-pub-post-info.hbs | 2 +- .../templates/admin-plugins-activity-pub-actor-show.hbs | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/javascripts/discourse/components/activity-pub-authorization.hbs b/assets/javascripts/discourse/components/activity-pub-authorization.hbs index 50a75527..cae9184c 100644 --- a/assets/javascripts/discourse/components/activity-pub-authorization.hbs +++ b/assets/javascripts/discourse/components/activity-pub-authorization.hbs @@ -5,7 +5,7 @@ target="_blank" rel="noopener noreferrer" > - {{d-icon "external-link-alt"}} + {{d-icon "up-right-from-square"}} {{@authorization.actor_id}} {{icon "external-link-alt"}} + >{{icon "up-right-from-square"}} {{/if}} {{#if this.copied}} diff --git a/assets/javascripts/discourse/components/activity-pub-site-setting-notice.gjs b/assets/javascripts/discourse/components/activity-pub-site-setting-notice.gjs index cb385c48..e630ed05 100644 --- a/assets/javascripts/discourse/components/activity-pub-site-setting-notice.gjs +++ b/assets/javascripts/discourse/components/activity-pub-site-setting-notice.gjs @@ -42,7 +42,7 @@ export default class ActivityPubSiteSettingNotice extends Component {