Skip to content

Commit

Permalink
Fix broken format on mobile fuzz doc page
Browse files Browse the repository at this point in the history
  • Loading branch information
filiprejmus committed Apr 29, 2023
1 parent eb076cb commit 337379c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions _content/security/fuzz/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,11 @@ components.
<img class="DarkMode-img" alt="Example code showing the overall fuzz test, with a fuzz target within
it. Before the fuzz target is a corpus addition with f.Add, and the parameters
of the fuzz target are highlighted as the fuzzing arguments."
src="/security/fuzz/example-dark.png" style="width: 600px; height:
auto;"/>
src="/security/fuzz/example-dark.png" width="85%"/>
<img alt="Example code showing the overall fuzz test, with a fuzz target within
it. Before the fuzz target is a corpus addition with f.Add, and the parameters
of the fuzz target are highlighted as the fuzzing arguments."
src="/security/fuzz/example.png" style="width: 600px; height:
auto;" class="LightMode-img"/>
src="/security/fuzz/example.png" width="85%" class="LightMode-img"/>

## Writing fuzz tests

Expand Down

0 comments on commit 337379c

Please sign in to comment.