Skip to content

Commit

Permalink
Logo file path fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hsmith-dev authored Aug 16, 2024
1 parent c1b4b84 commit ddff8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import SocialLinks from './SocialLinks.astro';
<nav>
<div class="internal-links">
<HeaderLink href="/website/" class="logo">
<img src="favicon.svg" alt="Logo" width="75" height="75"/>
<img src="/website/favicon.svg" alt="Logo" width="75" height="75"/>
<span style="font-size: 2rem; font-weight: bold;"> {SITE_TITLE}</span>
</HeaderLink>
<div class="menu-links">
Expand Down

0 comments on commit ddff8d6

Please sign in to comment.