Skip to content

Commit

Permalink
Added disclaimer text on analysis results
Browse files Browse the repository at this point in the history
  • Loading branch information
nerik committed Sep 27, 2023
1 parent e00951a commit 54cf01e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
2 changes: 2 additions & 0 deletions app/scripts/components/analysis/results/analysis-head.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ import {
LegendSwatch,
LegendLabel
} from '$styles/infographics';
import { variableGlsp } from '$styles/variable-utils';

const AnalysisFoldHeadActions = styled(FoldHeadActions)`
width: 100%;
margin-top: ${variableGlsp(2)};
${media.mediumUp`
width: auto;
Expand Down
13 changes: 8 additions & 5 deletions app/scripts/components/analysis/results/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,7 @@ const AnalysisFold = styled(Fold)`
`;

const AnalysisFoldHeader = styled(FoldHeader)`
flex-flow: row wrap;
${media.mediumUp`
flex-flow: row nowrap;
`}
display: block;
`;

export default function AnalysisResults() {
Expand Down Expand Up @@ -209,6 +205,13 @@ export default function AnalysisResults() {
<AnalysisFoldHeader>
<FoldHeadline>
<FoldTitle>Results</FoldTitle>
<p>
Please note: The statistics shown here can be biased towards
some regions (usually higher latitudes) due to an inaccuracy in
our methods. Please use the statistics only to get an indication
of tendencies and over smaller regions and contact us for
assistance in making accurate calculations.
</p>
</FoldHeadline>
<AnalysisHead />
</AnalysisFoldHeader>
Expand Down

0 comments on commit 54cf01e

Please sign in to comment.