aboutsummaryrefslogtreecommitdiff
path: root/src/components/extra_buttons/extra_buttons.js
diff options
context:
space:
mode:
authorShpuld Shpuldson <shp@cock.li>2020-12-03 11:57:17 +0200
committerShpuld Shpuldson <shp@cock.li>2020-12-03 11:57:17 +0200
commit46320090e34073d349e1bcf8e9babd3c36657130 (patch)
treeab004c94062e22b6379b69c52d9c63d5d00be685 /src/components/extra_buttons/extra_buttons.js
parentfdfb8810c1d8ab64969c38aa1a6bce1daf013249 (diff)
move external source button to extra buttons, make expand button easier to click and highlight on hover
Diffstat (limited to 'src/components/extra_buttons/extra_buttons.js')
-rw-r--r--src/components/extra_buttons/extra_buttons.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/components/extra_buttons/extra_buttons.js b/src/components/extra_buttons/extra_buttons.js
index 1a8eef72..b5b29e8a 100644
--- a/src/components/extra_buttons/extra_buttons.js
+++ b/src/components/extra_buttons/extra_buttons.js
@@ -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 = {