From 7b99d98c553f40ec4d633d0d4fdf65f275c80e77 Mon Sep 17 00:00:00 2001 From: Shpuld Shpuldson Date: Tue, 24 Nov 2020 12:32:42 +0200 Subject: Replace all use of + href='#' with proper buttons --- src/components/attachment/attachment.js | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/components/attachment/attachment.js') diff --git a/src/components/attachment/attachment.js b/src/components/attachment/attachment.js index 3877b67f..5f5779a0 100644 --- a/src/components/attachment/attachment.js +++ b/src/components/attachment/attachment.js @@ -9,7 +9,8 @@ import { faMusic, faImage, faVideo, - faPlayCircle + faPlayCircle, + faTimes } from '@fortawesome/free-solid-svg-icons' library.add( @@ -17,7 +18,8 @@ library.add( faMusic, faImage, faVideo, - faPlayCircle + faPlayCircle, + faTimes ) const Attachment = { -- cgit v1.2.3-70-g09d2