Skip to content

Commit

Permalink
feat: Link to MQ BETA feature presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
martintomas committed Oct 24, 2023
1 parent 97e6479 commit 8d49661
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/javascript/components/tpi/MqBetaModal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -80,7 +81,7 @@ const MqBetaModal = ({ enabled, page }) => {
<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 here.
it and the existing methodology, 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 8d49661

Please sign in to comment.