Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
northdpole committed Jul 10, 2023
1 parent 965a8cf commit cbe0e74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/frontend/src/pages/Search/components/BodyText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ export const SearchBody = () => {
<a href="https://github.com/OWASP/www-project-integration-standards/raw/master/writeups/CRE-Explained6.pdf">{' '}CRE explanation document{' '}</a> or click the diagram below.
</p>

<a href="/opencregraphc2.png" target="_blank">
<img className="align-middle mx-auto " src="/tn_opencregraphic2.png" alt="Diagram" />
<a href="/opencregraphic2.png" target="_blank">
<img className="align-middle mx-auto " src="/tn_opencregraphic2.jpg" alt="Diagram" />
</a>
</div>
);
Expand Down

0 comments on commit cbe0e74

Please sign in to comment.