diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2021-01-05 13:58:52 +0200 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2021-01-05 13:58:52 +0200 |
| commit | ab2c2c66bfe96571d14cff4b8c69fe0c90d5a3c7 (patch) | |
| tree | d35c6958a49431358e131601ca31f753c804fd99 /src/components/extra_buttons/extra_buttons.js | |
| parent | 5e96260a4f855e2d93915c1b428a7209a882c8cb (diff) | |
| parent | 3e7d1fbf23b5ca1b382381b49affc481404137da (diff) | |
Merge branch 'develop' into feat/report-notification
Diffstat (limited to 'src/components/extra_buttons/extra_buttons.js')
| -rw-r--r-- | src/components/extra_buttons/extra_buttons.js | 6 |
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 = { |
