Skip to content

Commit

Permalink
Fix logo path
Browse files Browse the repository at this point in the history
  • Loading branch information
naveensingh committed Sep 15, 2024
1 parent 08c393b commit 12f7eef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Header.astro
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
import { Icon } from "astro-icon/components";
import ToggleDark from "./ToggleDark.astro";
import logo from "../assets/logos/Logo.png";
const { lang } = Astro.props;
Expand All @@ -22,7 +23,7 @@ const arURL = getRelativeLocaleUrl("ar");
<div class="logo">
<a href={homeURL}>
<img
src="/src/assets/logos/Logo.png"
src={logo.src}
alt="fossify logo"
width="52"
height="52"
Expand Down

0 comments on commit 12f7eef

Please sign in to comment.