Skip to content

Commit

Permalink
Testing logo issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
nvodoor committed Mar 26, 2024
1 parent 2d508d2 commit c05a248
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/components/logos.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import { Picture } from "astro:assets";
import ToyotaIcon from "assets/Toyota_logo.png";
import Kiwibot from "assets/Kiwibot.png";
import LG from "assets/LG_logo.png";
// import LG from "assets/LG_logo.png";
import ElroyAir from "assets/ElroyAir.png";
import AMD from "assets/AMD_Logo.png";
import Bosch from "assets/Bosch-logo.png";
Expand All @@ -21,12 +21,12 @@ const logoInfo = [
src: Kiwibot,
width: 134,
},
{
alt: "LG Electronics",
link: "https://www.lg.com/us/business/robots",
src: LG,
width: 134,
},
// {
// alt: "LG Electronics",
// link: "https://www.lg.com/us/business/robots",
// src: LG,
// width: 134,
// },
{
alt: "Bosch",
link: "https://www.bosch.us/",
Expand Down

0 comments on commit c05a248

Please sign in to comment.