We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3a24da commit f682514Copy full SHA for f682514
public/asset/lpl.png
4.72 KB
public/asset/shield.svg
src/components/CompaniesGrid/index.tsx
@@ -1,12 +1,12 @@
1
import s from "./style.module.scss";
2
3
const companies = [
4
- // {
5
- // name: "Shield AI",
6
- // logo: "",
7
- // link: "https://shield.ai/",
8
- // alt: "Shield AI Company Sponsor Logo",
9
- // },
+ {
+ name: "Shield AI",
+ logo: "asset/shield.svg",
+ link: "https://shield.ai/",
+ alt: "Shield AI Company Sponsor Logo",
+ },
10
{
11
name: "MaXentric",
12
logo: "asset/MaXentric_logo.png",
@@ -22,7 +22,7 @@ const companies = [
22
23
24
name: "LPL Financial",
25
- logo: "asset/LplFinancial_logo.png",
+ logo: "asset/lpl.png",
26
link: "https://www.lpl.com/",
27
alt: "LPL Financial Company Sponsor Logo",
28
},
0 commit comments