Skip to content

Commit

Permalink
fix: update HTML to reference local image instead of external URL
Browse files Browse the repository at this point in the history
Signed-off-by: Argbet <[email protected]>
  • Loading branch information
argbet21 committed Oct 30, 2024
1 parent 2ccfbac commit a785acb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<body style="font-family: IBM Plex Sans; font-weight: 200;">
<main>
<div class="left-column">
<img src="https://hyperledger-caliper.github.io/caliper/assets/img/hyperledger_caliper_logo_color.png" style="width:95%;" alt="">
<img src="/assets/hyperledger_caliper_logo_color.png" style="width:95%;" alt="">
<ul>
<h3>&nbspBasic information</h3>
{{#summary.meta}}
Expand Down

0 comments on commit a785acb

Please sign in to comment.