Update BrandLogo usage in FooterSection and Navbar

This commit is contained in:
Ricardo Tribaldos 2024-03-29 18:00:48 -05:00
parent e19f34fb87
commit 02ca410e84
2 changed files with 2 additions and 2 deletions

View file

@ -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 -->
{

View file

@ -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">