diff --git a/components/findings/FindingDisplay.js b/components/findings/FindingDisplay.js index aea01ef9..b35b614b 100644 --- a/components/findings/FindingDisplay.js +++ b/components/findings/FindingDisplay.js @@ -10,6 +10,7 @@ import { getLocalisedRegionName } from 'utils/i18nCountries' const FormattedMarkdown = ({ children }) => { return ( { return ( <> setShowPreview(!showPreview)} > diff --git a/package.json b/package.json index 818ba468..21c722cb 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "markdown-to-jsx": "^7.4.0", "next": "^14.2.4", "nprogress": "^0.2.0", - "ooni-components": "0.7.0-alpha.6", + "ooni-components": "0.7.0-alpha.7", "pretty-ms": "^8.0.0", "prop-types": "^15.8.1", "react": "^18.3.1", diff --git a/pages/findings/create.js b/pages/findings/create.js index 9557d302..317c4526 100644 --- a/pages/findings/create.js +++ b/pages/findings/create.js @@ -57,7 +57,9 @@ const Create = () => {
-

{intl.formatMessage({ id: 'Findings.Create.Title' })}

+

+ {intl.formatMessage({ id: 'Findings.Create.Title' })} +