This repository was archived by the owner on Apr 21, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,26 +64,26 @@ const Home = props => {
6464 < div className = "feature-list" >
6565 < ul className = "pro" >
6666 < li >
67- < img src = { approved } />
67+ < img src = { approved } alt = "checked icon" />
6868 Teams with an already medium to advanced security program
6969 </ li >
7070 < li >
71- < img src = { approved } />
71+ < img src = { approved } alt = "checked icon" />
7272 Multi-team setups
7373 </ li >
7474 < li >
75- < img src = { approved } />
75+ < img src = { approved } alt = "checked icon" />
7676 Integration into fast moving teams
7777 </ li >
7878 </ ul >
7979
8080 < ul className = "con" >
8181 < li >
82- < img src = { notApproved } />
82+ < img src = { notApproved } alt = "unchecked icon" />
8383 As the first security steps
8484 </ li >
8585 < li >
86- < img src = { notApproved } />
86+ < img src = { notApproved } alt = "unchecked icon" />
8787 Teams with separate dev, ops and security teams
8888 </ li >
8989 </ ul >
You can’t perform that action at this time.
0 commit comments