|
@@ -37,6 +37,9 @@ const PagePresentationModal = (): JSX.Element => {
|
|
|
className={`grw-presentation-modal ${styles['grw-presentation-modal']} grw-body-only-modal-expanded`}
|
|
className={`grw-presentation-modal ${styles['grw-presentation-modal']} grw-body-only-modal-expanded`}
|
|
|
unmountOnClose={false}
|
|
unmountOnClose={false}
|
|
|
>
|
|
>
|
|
|
|
|
+ <button className="close" type="button" aria-label="close" onClick={closePresentationModal}>
|
|
|
|
|
+ <span className="text-white" aria-hidden>×</span>
|
|
|
|
|
+ </button>
|
|
|
<ModalBody className="modal-body">
|
|
<ModalBody className="modal-body">
|
|
|
{/* { markdown != null && (
|
|
{/* { markdown != null && (
|
|
|
<ReactMarkdown {...rendererOptions}>
|
|
<ReactMarkdown {...rendererOptions}>
|