Skip to content

Commit 554b5c8

Browse files
ADDED: new sponsor
1 parent 5f3f320 commit 554b5c8

File tree

3 files changed

+49
-0
lines changed

3 files changed

+49
-0
lines changed

public/images/tembo.png

16.5 KB
Loading

src/data/asideS.ts

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,34 @@ export const sponsorsData: ISponsor[] = [
183183
filter: "grayscale(1) brightness(4) opacity(0.9)",
184184
},
185185
},
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+
},
186214
{
187215
tier: {
188216
name: "$1000 a month",

src/data/s.ts

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,27 @@ export const sponsorsData: ISponsor[] = [
257257
padding: "8px",
258258
},
259259
},
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+
},
260281
{
261282
tier: {
262283
name: "$250 a month",

0 commit comments

Comments
 (0)