diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2020-11-19 12:51:40 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2020-11-19 12:51:40 +0000 |
| commit | 9684bf6e94df03ff721912c7406f9318765e7ce1 (patch) | |
| tree | 9af72e7691c765d0809df7b20abd3ae07845d484 /src | |
| parent | d770bab1b0e5d543547c59d86aef533f77ceafe2 (diff) | |
| parent | 4001c075d4921082adcc9485adee14442e81600e (diff) | |
Merge branch 'fix/missing-play-circle-icon' into 'develop'
add missing play-circle icon
See merge request pleroma/pleroma-fe!1290
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/attachment/attachment.js | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/components/attachment/attachment.js b/src/components/attachment/attachment.js index e23fcb1b..3877b67f 100644 --- a/src/components/attachment/attachment.js +++ b/src/components/attachment/attachment.js @@ -8,14 +8,16 @@ import { faFile, faMusic, faImage, - faVideo + faVideo, + faPlayCircle } from '@fortawesome/free-solid-svg-icons' library.add( faFile, faMusic, faImage, - faVideo + faVideo, + faPlayCircle ) const Attachment = { |
