Skip to content

Commit c395760

Browse files
authored
Merge pull request #2287 from PaulKMueller/main
Add QuantCo to Developer Support
2 parents 07582a6 + 4340c97 commit c395760

File tree

3 files changed

+34
-0
lines changed

3 files changed

+34
-0
lines changed

src/components/Supporters/index.jsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,13 @@ const developer = [
152152
dark: "img/supporters/prefix_dark.svg",
153153
width: 250,
154154
},
155+
{
156+
name: "QuantCo",
157+
link: "https://www.quantco.com/",
158+
light: "img/supporters/quantco_light.svg",
159+
dark: "img/supporters/quantco_dark.svg",
160+
width: 210,
161+
},
155162
];
156163

157164
export default function Supporters() {
Lines changed: 15 additions & 0 deletions
Loading
Lines changed: 12 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)