Skip to content

Commit

Permalink
Merge pull request #379 from canonical/fix-broken-logo
Browse files Browse the repository at this point in the history
Fix broken logo on Documentation
  • Loading branch information
pedro-avalos authored Dec 16, 2024
2 parents d7e68b5 + e8360fb commit ce6d987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.sphinx/_templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<li>
<a class="p-logo" href="https://{{ product_page }}" aria-current="page">
<img src="{{ pathto(product_tag,1) }}" alt="Logo" class="p-logo-image">
<img src="{{ pathto(product_tag) }}" alt="Logo" class="p-logo-image">
<div class="p-logo-text p-heading--4">{{ project }}
</div>
</a>
Expand Down

0 comments on commit ce6d987

Please sign in to comment.