Skip to content

Commit

Permalink
more bullets
Browse files Browse the repository at this point in the history
  • Loading branch information
brettedw committed Sep 3, 2024
1 parent 94c81bb commit 6d2243d
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions web/src/features/fba/components/AboutDataPopover.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,14 @@ const AboutDataPopover = ({ advisoryThreshold }: AboutDataProps) => {
<li>
A Fire Zone is under a Fire Behaviour Advisory if greater than {advisoryThreshold}% of the combustible
land (trees, grass, slash) is forecast to have a Head Fire Intensity between 4,000 and 10,000 kW/m.
<br />
<br />A Fire Zone is under a Fire Behaviour Warning if greater than {advisoryThreshold}% of the
combustible land is forecast to have a Head Fire Intensity greater than 10,000 kW/m.
<br />
<br />
</li>
<br />
<li>
A Fire Zone is under a Fire Behaviour Warning if greater than {advisoryThreshold}% of the combustible land
is forecast to have a Head Fire Intensity greater than 10,000 kW/m.
</li>
<br />
<li>
The fuel types chosen for the text bulletin are the three most common fuel types in a zone that meet or
exceed the Fire Behaviour Advisory threshold of 4,000 kW/m.
</li>
Expand Down

0 comments on commit 6d2243d

Please sign in to comment.