Skip to content

Commit

Permalink
Optimization for logo
Browse files Browse the repository at this point in the history
  • Loading branch information
jotonedev committed Feb 29, 2024
1 parent 91346c5 commit e0d6168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="page-header--container">
<div class="header-logo">
<a aria-label="Home" href="{{ '/' | relative_url }}">
<img alt="Website logo" src="{{ '/assets/image/logo.svg' | relative_url }}" loading="eager">
<img alt="Website logo" src="{{ '/assets/image/logo.svg' | relative_url }}" loading="eager" width="37px" height="37px">
</a>
</div>

Expand Down

0 comments on commit e0d6168

Please sign in to comment.