|
|
@ -3,6 +3,7 @@ import React from 'react';
|
|
|
|
import Icon from 'Components/Icon';
|
|
|
|
import Icon from 'Components/Icon';
|
|
|
|
import Link from 'Components/Link/Link';
|
|
|
|
import Link from 'Components/Link/Link';
|
|
|
|
import { icons } from 'Helpers/Props';
|
|
|
|
import { icons } from 'Helpers/Props';
|
|
|
|
|
|
|
|
import translate from 'Utilities/String/translate';
|
|
|
|
import styles from './ModalContent.css';
|
|
|
|
import styles from './ModalContent.css';
|
|
|
|
|
|
|
|
|
|
|
|
function ModalContent(props) {
|
|
|
|
function ModalContent(props) {
|
|
|
@ -28,6 +29,7 @@ function ModalContent(props) {
|
|
|
|
<Icon
|
|
|
|
<Icon
|
|
|
|
name={icons.CLOSE}
|
|
|
|
name={icons.CLOSE}
|
|
|
|
size={18}
|
|
|
|
size={18}
|
|
|
|
|
|
|
|
title={translate('Close')}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|
</Link>
|
|
|
|
</Link>
|
|
|
|
}
|
|
|
|
}
|
|
|
|