Skip to content

Commit

Permalink
Fix prettier issues
Browse files Browse the repository at this point in the history
  • Loading branch information
esthersweon committed Jun 28, 2023
1 parent e9b5e21 commit ccf0ffb
Showing 1 changed file with 25 additions and 6 deletions.
31 changes: 25 additions & 6 deletions website/src/icons/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,33 @@ import YogaLegGrabStretch from "./yoga-leg-grab-stretch.svg";
import ZipFile from "./zip-file.svg";

const Logos = [
{ href: "https://www.anduril.com/", LightModeLogo: AndurilLight, DarkModeLogo: AndurilDark },
{ href: "https://cocodelivery.com/", LightModeLogo: CocoLight, DarkModeLogo: CocoDark },
{ href: "https://norlab.ulaval.ca/", LightModeLogo: NorLabLight, DarkModeLogo: NorlabDark },
{ href: "https://ros.org/", LightModeLogo: ROSLight, DarkModeLogo: ROSDark },
{ href: "https://www.tangramvision.com/", LightModeLogo: TangramLight, DarkModeLogo: TangramDark },
{
href: "https://www.anduril.com/",
LightModeLogo: AndurilLight,
DarkModeLogo: AndurilDark,
},
{
href: "https://cocodelivery.com/",
LightModeLogo: CocoLight,
DarkModeLogo: CocoDark,
},
{
href: "https://norlab.ulaval.ca/",
LightModeLogo: NorLabLight,
DarkModeLogo: NorlabDark,
},
{
href: "https://ros.org/",
LightModeLogo: ROSLight,
DarkModeLogo: ROSDark,
},
{
href: "https://www.tangramvision.com/",
LightModeLogo: TangramLight,
DarkModeLogo: TangramDark,
},
];


export {
ArmyWoman1,
ChatTranslate,
Expand Down

0 comments on commit ccf0ffb

Please sign in to comment.