diff --git a/src/components/Affiliates.js b/src/components/Affiliates.js index 62c6bde3..7a9e5d52 100644 --- a/src/components/Affiliates.js +++ b/src/components/Affiliates.js @@ -196,6 +196,12 @@ const MINI_SPONSORS = [ label: 'Refermate - Best Coupon Codes', url: 'https://refermate.com/', }, + { + logo: require('../images/logos/sponsors/electrictui.svg'), + label: + 'Electric UI - Tools for building user interfaces for hardware devices.', + url: 'https://electricui.com/', + }, ]; const random = products.slice(0, 3); diff --git a/src/images/logos/sponsors/electrictui.svg b/src/images/logos/sponsors/electrictui.svg new file mode 100644 index 00000000..87a004f3 --- /dev/null +++ b/src/images/logos/sponsors/electrictui.svg @@ -0,0 +1 @@ + \ No newline at end of file