diff --git a/src/components/work-with-section/assets/qrcodechimp.png b/src/components/work-with-section/assets/qrcodechimp.png new file mode 100644 index 0000000..c58b14d Binary files /dev/null and b/src/components/work-with-section/assets/qrcodechimp.png differ diff --git a/src/components/work-with-section/index.js b/src/components/work-with-section/index.js index e2e0b81..c2ec722 100644 --- a/src/components/work-with-section/index.js +++ b/src/components/work-with-section/index.js @@ -52,6 +52,7 @@ import via_libre from "./assets/viaLibre.png" import luminate from "./assets/luminate-logo.png" import ef from "./assets/ef.png" import ccij from "./assets/ccij.png" +import qrcodechimp from "./assets/qrcodechimp.png" const WorkWith = () => { const intl = useIntl(); @@ -312,6 +313,12 @@ const WorkWith = () => { src: ef, class: "", }, + { + name: "QRCodeChimp", + src: qrcodechimp, + class: "", + href:"https://www.qrcodechimp.com?from=power" + }, ]; return ( @@ -324,11 +331,18 @@ const WorkWith = () => { {logos.map((logo, index) => (