Skip to content

Commit

Permalink
refactor: Update image source path in info-dialog.component
Browse files Browse the repository at this point in the history
  • Loading branch information
adityatelange committed Jul 17, 2024
1 parent 652ac2c commit b68fd73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/header/info-dialog.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ <h2 mat-dialog-title align="center">
do I view items export from Burp's proxy's history?</a></li>
</ul>

<img width="100%" src="https://raw.githubusercontent.com/adityatelange/bhhb/main/src/assets/bhhb.png" alt="">
<img width="100%" src="assets/bhhb.png" alt="">

</mat-dialog-content>
<mat-dialog-actions align="end">
Expand Down

0 comments on commit b68fd73

Please sign in to comment.