forked from p15670423/monkey
Renamed overview to section
This commit is contained in:
parent
f05178baeb
commit
cdc72eace7
|
@ -8,7 +8,7 @@ import {FindingsTable} from "./FindingsTable";
|
|||
class FindingsSection extends Component {
|
||||
render() {
|
||||
return (
|
||||
<div id="findings-overview">
|
||||
<div id="findings-section">
|
||||
<h2>Findings</h2>
|
||||
<p>
|
||||
Deep-dive into the details of each test, and see the explicit events and exact timestamps in which things
|
||||
|
|
|
@ -4,8 +4,7 @@ import * as PropTypes from "prop-types";
|
|||
|
||||
export default class RecommendationsSection extends Component {
|
||||
render() {
|
||||
|
||||
return <div id="recommendations-overview">
|
||||
return <div id="recommendations-section">
|
||||
<h2>Recommendations</h2>
|
||||
<p>
|
||||
Analyze each zero trust recommendation by pillar, and see if you've followed through with it. See test results
|
||||
|
|
Loading…
Reference in New Issue