Skip to content

Commit

Permalink
GitHub Pages Logo Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hsmith-dev authored Aug 16, 2024
1 parent 0213451 commit 0a87e73
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 @@ -9,7 +9,7 @@ import SocialLinks from './SocialLinks.astro';
<nav>
<div class="internal-links">
<HeaderLink href="/" class="logo">
<Image src="/favicon.svg" alt="Logo" width="75" height="75"/>
<Image src="/public/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 0a87e73

Please sign in to comment.