File tree Expand file tree Collapse file tree 3 files changed +49
-0
lines changed Expand file tree Collapse file tree 3 files changed +49
-0
lines changed Original file line number Diff line number Diff line change @@ -183,6 +183,34 @@ export const sponsorsData: ISponsor[] = [
183
183
filter : "grayscale(1) brightness(4) opacity(0.9)" ,
184
184
} ,
185
185
} ,
186
+ {
187
+ tier : {
188
+ name : "$1000 a month" ,
189
+ isOneTime : false ,
190
+ } ,
191
+ sponsorEntity : {
192
+ __typename : "Organization" ,
193
+ login : "driz.link/tembo" ,
194
+ name : "Tembo" ,
195
+ avatarUrl :
196
+ '<svg width="1200" height="1200" viewBox="0 0 1200 1200" fill="none" xmlns="http://www.w3.org/2000/svg"></svg>' ,
197
+ } ,
198
+ createdAt : "2024-06-07T13:32:16Z" ,
199
+ isActive : true ,
200
+ imageType : ImageType . SVG ,
201
+ darkStyle : {
202
+ padding : "2px" ,
203
+ filter : "grayscale(1) brightness(2) opacity(0.2)" ,
204
+ background :
205
+ 'url("/images/tembo.png") 0% 0% / contain no-repeat content-box' ,
206
+ } ,
207
+ lightStyle : {
208
+ padding : "2px" ,
209
+ filter : "grayscale(1) opacity(0.5)" ,
210
+ background :
211
+ 'url("/images/tembo.png") 0% 0% / contain no-repeat content-box' ,
212
+ } ,
213
+ } ,
186
214
{
187
215
tier : {
188
216
name : "$1000 a month" ,
Original file line number Diff line number Diff line change @@ -257,6 +257,27 @@ export const sponsorsData: ISponsor[] = [
257
257
padding : "8px" ,
258
258
} ,
259
259
} ,
260
+ {
261
+ tier : {
262
+ name : "$1000 a month" ,
263
+ isOneTime : false ,
264
+ } ,
265
+ sponsorEntity : {
266
+ __typename : "Organization" ,
267
+ login : "driz.link/tembo" ,
268
+ name : "Tembo" ,
269
+ avatarUrl : "/images/tembo.png" ,
270
+ } ,
271
+ createdAt : "2024-06-07T13:32:16Z" ,
272
+ isActive : true ,
273
+ imageType : ImageType . IMAGE ,
274
+ darkStyle : {
275
+ padding : "9px" ,
276
+ } ,
277
+ lightStyle : {
278
+ padding : "9px" ,
279
+ } ,
280
+ } ,
260
281
{
261
282
tier : {
262
283
name : "$250 a month" ,
You can’t perform that action at this time.
0 commit comments