Skip to content

Commit 2705e77

Browse files
committed
šŸ“ (header.html): update image source path in header for correct rendering
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.
1 parent 6443195 commit 2705e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ā€Ždocs/_includes/header.htmlā€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<div class="d-flex w-100 justify-content-between">
3232
<div class="d-flex">
3333
<a class="navbar-brand" href="#">
34-
<img src="/images/nkdagility-with-martin-hinshelwood-light.png" alt="Naked Agility Ltd" width="234" height="99">
34+
<img src="/blob/images/nkdagility-with-martin-hinshelwood-light.png" alt="Naked Agility Ltd" width="234" height="99">
3535
</a>
3636
</div>
3737
<div class="d-flex text-uppercase align-items-center">

0 commit comments

Comments
Ā (0)