Skip to content

Commit

Permalink
šŸ“ (header.html): update image source path in header for correct rendeā€¦
Browse files Browse the repository at this point in the history
ā€¦ring

The image source path in the header is updated to ensure the image is correctly rendered. The previous path was incorrect, leading to broken image links on the website. This change fixes the path to point to the correct location of the image file.
  • Loading branch information
MrHinsh committed Dec 4, 2024
1 parent 6443195 commit 2705e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<div class="d-flex w-100 justify-content-between">
<div class="d-flex">
<a class="navbar-brand" href="#">
<img src="/images/nkdagility-with-martin-hinshelwood-light.png" alt="Naked Agility Ltd" width="234" height="99">
<img src="/blob/images/nkdagility-with-martin-hinshelwood-light.png" alt="Naked Agility Ltd" width="234" height="99">
</a>
</div>
<div class="d-flex text-uppercase align-items-center">
Expand Down

0 comments on commit 2705e77

Please sign in to comment.