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 898b580 commit f78f563Copy full SHA for f78f563
src/components/Affiliates.js
@@ -161,6 +161,16 @@ const MINI_SPONSORS = [
161
label: 'Ariakit - Toolkit for building accessible UIs',
162
url: 'https://ariakit.org/',
163
},
164
+ {
165
+ logo: require('../images/logos/sponsors/ibomma.svg'),
166
+ label: 'Ibomma App',
167
+ url: 'https://theibomma.com/',
168
+ },
169
170
+ logo: require('../images/logos/sponsors/pacmanblog.svg'),
171
+ label: 'Pacman 30th Anniversary Doodle',
172
+ url: 'https://pacmanblog.com/',
173
174
];
175
176
const random = products.slice(0, 3);
src/images/logos/sponsors/ibomma.svg
src/images/logos/sponsors/pacmanblog.svg
0 commit comments