diff --git a/src/helpers/cms-content-helper.js b/src/helpers/cms-content-helper.js index 9da985b6..4ca3523b 100644 --- a/src/helpers/cms-content-helper.js +++ b/src/helpers/cms-content-helper.js @@ -163,7 +163,7 @@ function mapStringToModal(str) { const splitParams = params.split(','); const bodyText - = ``; + = `${splitParams[1]}`; let returnVal = str.replace(linkToReplace, bodyText); diff --git a/src/styles/common-styles.scss b/src/styles/common-styles.scss index af6db312..c092d62b 100644 --- a/src/styles/common-styles.scss +++ b/src/styles/common-styles.scss @@ -65,17 +65,12 @@ body { } .modal-text { - display: contents !important; + display: inline; color: $blue; cursor: pointer; border: none; - background-color: inherit; - padding: 0; font-size: 14px; line-height: 24px; font-weight: 500; - span { - text-decoration: underline; - } } }