Skip to content

Commit

Permalink
Making GitHub logo path relative so it works on GH Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
rdamazio committed May 11, 2024
1 parent d7f58be commit a42cbf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/about/about.component.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<h1 mat-dialog-title class="title">EFIS Editor</h1>
<mat-dialog-content class="contents">
<div class="github-logo-container">
<img class="github-logo" src="/assets/github-mark.svg">&nbsp;
<img class="github-logo" src="assets/github-mark.svg">&nbsp;
<a href="https://github.com/rdamazio/efis-editor">GitHub Project</a><br>
</div>
<br><br>
Expand Down

0 comments on commit a42cbf5

Please sign in to comment.