Skip to content

Commit f682514

Browse files
committed
Updated company logos
1 parent d3a24da commit f682514

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

public/asset/lpl.png

4.72 KB
Loading

public/asset/shield.svg

Lines changed: 1 addition & 0 deletions
Loading

src/components/CompaniesGrid/index.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import s from "./style.module.scss";
22

33
const companies = [
4-
// {
5-
// name: "Shield AI",
6-
// logo: "",
7-
// link: "https://shield.ai/",
8-
// alt: "Shield AI Company Sponsor Logo",
9-
// },
4+
{
5+
name: "Shield AI",
6+
logo: "asset/shield.svg",
7+
link: "https://shield.ai/",
8+
alt: "Shield AI Company Sponsor Logo",
9+
},
1010
{
1111
name: "MaXentric",
1212
logo: "asset/MaXentric_logo.png",
@@ -22,7 +22,7 @@ const companies = [
2222

2323
{
2424
name: "LPL Financial",
25-
logo: "asset/LplFinancial_logo.png",
25+
logo: "asset/lpl.png",
2626
link: "https://www.lpl.com/",
2727
alt: "LPL Financial Company Sponsor Logo",
2828
},

0 commit comments

Comments
 (0)