Skip to content

Commit

Permalink
Fix logo url
Browse files Browse the repository at this point in the history
  • Loading branch information
thomwiggers committed Oct 28, 2024
1 parent 69a09af commit e8b4aec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
>
</li>
<li>
<strong><a href="https://pqshield.com"><img src="/logo.png" alt="PQShield" style="height: 2vh;"/></a></strong>
<strong><a href="https://pqshield.com"><img src="logo.png" alt="PQShield" style="height: 2vh;"/></a></strong>
</li>
</ul>
</div>
Expand Down
2 changes: 1 addition & 1 deletion wide.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
>
</li>
<li>
<strong><a href="https://pqshield.com"><img src="/logo.png" alt="PQShield" style="height: 2vh;"/></a></strong>
<strong><a href="https://pqshield.com"><img src="logo.png" alt="PQShield" style="height: 2vh;"/></a></strong>
</li>
</ul>
</div>
Expand Down

0 comments on commit e8b4aec

Please sign in to comment.