diff --git a/src/components/BrandLogo.astro b/src/components/BrandLogo.astro index 3a65828..d4be8df 100644 --- a/src/components/BrandLogo.astro +++ b/src/components/BrandLogo.astro @@ -1,12 +1,8 @@ ---- -const { width } = Astro.props; - -interface Props { - width: string; -} ---- - - +
- +
{ diff --git a/src/components/sections/Navbar.astro b/src/components/sections/Navbar.astro index babbf26..1dd3323 100644 --- a/src/components/sections/Navbar.astro +++ b/src/components/sections/Navbar.astro @@ -29,7 +29,7 @@ const homeUrl = Astro.currentLocale === "fr" ? "/fr" : "/"; href={homeUrl} aria-label="Brand" > - +