aboutsummaryrefslogtreecommitdiff
path: root/src/components/extra_buttons/extra_buttons.js
diff options
context:
space:
mode:
authorShpuld Shpludson <shp@cock.li>2020-12-16 17:49:11 +0000
committerShpuld Shpludson <shp@cock.li>2020-12-16 17:49:11 +0000
commita2f1ad93f557940635829aeb97cafa45dc6ed11e (patch)
treeb3623cd0f3cbe1f79baa238d0b7d64028f0f2fd9 /src/components/extra_buttons/extra_buttons.js
parente8cebb568b70da50efccd7e018dc939b28bff76d (diff)
parent10399c193a68fc14c0c72b0cf970bfe2605a247e (diff)
Merge branch 'develop' into 'fix/timeline-bar-clickables-offset'
# Conflicts: # CHANGELOG.md
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 = {