diff --git a/app/javascript/components/tpi/MqBetaModal.jsx b/app/javascript/components/tpi/MqBetaModal.jsx index bb21ca48f..9f3f4976e 100644 --- a/app/javascript/components/tpi/MqBetaModal.jsx +++ b/app/javascript/components/tpi/MqBetaModal.jsx @@ -6,6 +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 MqBetaModal = ({ enabled, page }) => { const [displayed, setDisplayed] = useState(false); @@ -80,7 +81,7 @@ const MqBetaModal = ({ enabled, page }) => {
The detailed methodology note behind the BETA MQ methodology, including a section discussing methodological differences between - it and the existing methodology, can be found here. + it and the existing methodology, can be found here.
Carbon Performance assessments are not affected by using this diff --git a/public/static_files/23-10-20 MQ V5 Report for publication.pptx b/public/static_files/23-10-20 MQ V5 Report for publication.pptx new file mode 100644 index 000000000..ae16236bc Binary files /dev/null and b/public/static_files/23-10-20 MQ V5 Report for publication.pptx differ