forked from AkkomaGang/akkoma-fe
switch back to circle-nodes button
This commit is contained in:
parent
1eb15e58bb
commit
28d6daf524
4 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -77,7 +77,7 @@
|
|||
>
|
||||
<FAIcon
|
||||
class="icon"
|
||||
icon="magnet"
|
||||
icon="circle-nodes"
|
||||
/>
|
||||
</a>
|
||||
<a
|
||||
|
|
Loading…
Reference in a new issue