Fixed visits graphs styles

This commit is contained in:
Alejandro Celaya
2018-07-31 20:36:27 +02:00
parent 0f34d473b9
commit 1abcb2e1d7
3 changed files with 27 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ export default function PreviewModal ({ url, toggle, isOpen }) {
<ModalBody>
<div className="text-center">
<p className="preview-modal__loader">Loading...</p>
<img src={`${url}/preview`} className="preview-modal__img" />
<img src={`${url}/preview`} className="preview-modal__img" alt="Preview" />
</div>
</ModalBody>
</Modal>