Update BrandLogo usage in FooterSection and Navbar
This commit is contained in:
parent
e19f34fb87
commit
02ca410e84
2 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ const crafted: string = Astro.currentLocale === "fr" ? "Fabriqué par" : "Crafte
|
|||
<div class="grid grid-cols-2 gap-6 md:grid-cols-4 lg:grid-cols-5">
|
||||
<div class="col-span-full lg:col-span-1">
|
||||
<!-- Brand Logo -->
|
||||
<BrandLogo width="w-32" />
|
||||
<BrandLogo class="h-auto w-32" />
|
||||
</div>
|
||||
<!-- An array of links for Product and Company sections -->
|
||||
{
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ const homeUrl = Astro.currentLocale === "fr" ? "/fr" : "/";
|
|||
href={homeUrl}
|
||||
aria-label="Brand"
|
||||
>
|
||||
<BrandLogo width="w-24" />
|
||||
<BrandLogo class="h-auto w-24" />
|
||||
</a>
|
||||
<!-- Collapse toggle for smaller screens -->
|
||||
<div class="ml-auto mr-5 md:hidden">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue