Skip to content

Commit

Permalink
DEV: Update deprecated Font Awesome icon names
Browse files Browse the repository at this point in the history
  • Loading branch information
tyb-talks committed Dec 4, 2024
1 parent 96003a7 commit 3ac5d1e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
target="_blank"
rel="noopener noreferrer"
>
{{d-icon "external-link-alt"}}
{{d-icon "up-right-from-square"}}
{{@authorization.actor_id}}
</a>
<DButton
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default class ActivityPubHandle extends Component {
target="_blank"
rel="noopener noreferrer"
class="btn btn-icon no-text"
>{{icon "external-link-alt"}}</a>
>{{icon "up-right-from-square"}}</a>
{{/if}}
{{#if this.copied}}
<DButton @icon="copy" @label="ip_lookup.copied" class="btn-hover" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export default class ActivityPubSiteSettingNotice extends Component {
<template>
<div class={{this.containerClass}} title={{this.title}}>
<div class="activity-pub-site-setting-label">
<a href={{this.url}}>{{icon "cog"}}{{this.label}}</a>
<a href={{this.url}}>{{icon "gear"}}{{this.label}}</a>
</div>
<span>{{this.description}}</span>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
target="_blank"
rel="noopener noreferrer"
>
{{d-icon "external-link-alt"}}
{{d-icon "up-right-from-square"}}
{{this.urlText}}
</a>
</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
{{d-icon "check"}}
{{i18n "admin.discourse_activity_pub.actor.save.success"}}
{{else}}
{{d-icon "times"}}
{{d-icon "xmark"}}
{{i18n "admin.discourse_activity_pub.actor.save.failed"}}
{{/if}}
</span>
Expand Down

0 comments on commit 3ac5d1e

Please sign in to comment.