Skip to content

Commit

Permalink
refactoring: Minor tweaks of MQ BETA report texts
Browse files Browse the repository at this point in the history
  • Loading branch information
martintomas committed Nov 6, 2023
1 parent ca0b185 commit affc339
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/javascript/components/tpi/MqBetaModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { OverlayProvider } from '@react-aria/overlays';

const TPI_MODAL_DISMISSED = 'TPI_MODAL_DISMISSED';
const TPI_MODAL_PAGES_SHOWN = 'TPI_MODAL_PAGES_SHOWN';
const MQ_REPORT_PUBLICATION_LINK = '/static_files/23-10-20 MQ V5 Report for publication.pptx';
const MQ_REPORT_PUBLICATION_LINK = '/static_files/23-11-02 MQ V5 Report for publication.pptx';

const MqBetaModal = ({ enabled, page }) => {
const [displayed, setDisplayed] = useState(false);
Expand Down Expand Up @@ -79,9 +79,8 @@ const MqBetaModal = ({ enabled, page }) => {
website until at least September 2024.
</p>
<p>
The detailed methodology note behind the BETA MQ methodology,
including a section discussing methodological differences between
it and the existing methodology, can be found <a href={MQ_REPORT_PUBLICATION_LINK}>here</a>.
A report detailing what’s new in the BETA MQ methodology,
and a review of its impact on company scoring, can be found <a href={MQ_REPORT_PUBLICATION_LINK}>here</a>.
</p>
<p>
Carbon Performance assessments are not affected by using this
Expand Down
Binary file not shown.

0 comments on commit affc339

Please sign in to comment.