Add hide button to media modal

This commit is contained in:
Tusooa Zhu 2022-03-03 12:51:13 -05:00
parent 7e21853cca
commit 5fb302d0f1
No known key found for this signature in database
GPG key ID: 7B467EDE43A08224
2 changed files with 60 additions and 20 deletions

View file

@ -10,13 +10,15 @@ import { library } from '@fortawesome/fontawesome-svg-core'
import {
faChevronLeft,
faChevronRight,
faCircleNotch
faCircleNotch,
faTimes
} from '@fortawesome/free-solid-svg-icons'
library.add(
faChevronLeft,
faChevronRight,
faCircleNotch
faCircleNotch,
faTimes
)
const MediaModal = {