Skip to content

Commit

Permalink
re add fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
northdpole committed Jul 10, 2023
1 parent 7ec0d04 commit 965a8cf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions application/frontend/src/pages/Search/components/BodyText.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,12 @@ export const SearchBody = () => {
<p>
For more details, see this
<a href="https://www.youtube.com/watch?v=7knF14t0Svg"> presentation video</a>, read the
<a href="https://github.com/OWASP/www-project-integration-standards/raw/master/writeups/CRE-Explained6.pdf">{' '}CRE explanation document{' '}</a> or see the diagram below.
<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>
<img className="align-middle mx-auto " src="/opencregraphic2.png" alt="Diagram" />

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

0 comments on commit 965a8cf

Please sign in to comment.