Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit 89254fe

Browse files
committed
Add alt texts to icons on main page
1 parent 73bceb2 commit 89254fe

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/pages/index.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)