Skip to content

Commit

Permalink
✏️ Fix image source path in Hero component
Browse files Browse the repository at this point in the history
  • Loading branch information
marcode24 committed Feb 6, 2024
1 parent 18e2b04 commit 113f15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Hero.astro
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const i18n = getI18n({ currentLocale });
</div>
</div>

<img src="me.webp" alt={i18n.HERO_SECTION.IMAGE.ALT} class="profile">
<img src="/me.webp" alt={i18n.HERO_SECTION.IMAGE.ALT} class="profile">
</section>

<style>
Expand Down

0 comments on commit 113f15d

Please sign in to comment.