switch back to circle-nodes button

This commit is contained in:
smitten 2023-07-26 09:54:24 -04:00
parent 1eb15e58bb
commit 28d6daf524
4 changed files with 7 additions and 7 deletions

View file

@ -10,7 +10,7 @@ import {
faExternalLinkAlt,
faHistory,
faFilePen,
faMagnet,
faCircleNodes,
} from '@fortawesome/free-solid-svg-icons'
import {
faBookmark as faBookmarkReg,
@ -38,7 +38,7 @@ library.add(
faThumbtack,
faShareAlt,
faExternalLinkAlt,
faMagnet,
faCircleNodes,
faFlag,
faHistory,
faFilePen

View file

@ -135,7 +135,7 @@
>
<FAIcon
fixed-width
icon="magnet"
icon="circle-nodes"
/><span>{{ $t("status.copy_fedi_link") }}</span>
</button>
<a
@ -159,7 +159,7 @@
>
<FAIcon
fixed-width
icon="magnet"
icon="circle-nodes"
/><span>{{ $t("status.open_fedi_link") }}</span>
</a>
<button

View file

@ -16,7 +16,7 @@ import {
faSearchPlus,
faExternalLinkAlt,
faEdit,
faMagnet
faCircleNodes
} from '@fortawesome/free-solid-svg-icons'
library.add(
@ -25,7 +25,7 @@ library.add(
faSearchPlus,
faExternalLinkAlt,
faEdit,
faMagnet
faCircleNodes
)
export default {

View file

@ -77,7 +77,7 @@
>
<FAIcon
class="icon"
icon="magnet"
icon="circle-nodes"
/>
</a>
<a