Skip to content
Snippets Groups Projects

Move external source link to extra buttons, expand the expand button

1 unresolved thread
8 files
+ 52
28
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -5,7 +5,8 @@ import {
faBookmark,
faEyeSlash,
faThumbtack,
faShareAlt
faShareAlt,
faExternalLinkAlt
} from '@fortawesome/free-solid-svg-icons'
import {
faBookmark as faBookmarkReg
@@ -17,7 +18,8 @@ library.add(
faBookmarkReg,
faEyeSlash,
faThumbtack,
faShareAlt
faShareAlt,
faExternalLinkAlt
)
const ExtraButtons = {
Loading