Skip to content

Commit 0b2e9dd

Browse files
committed
chore: update sponsors
1 parent 762d4f7 commit 0b2e9dd

4 files changed

Lines changed: 80 additions & 3 deletions

File tree

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,25 @@
2222
</br></br>
2323
</p>
2424

25+
<h2 align="center">Sponsors</h2>
26+
27+
</br>
28+
<div align="center">
29+
<a href="https://go.vapps.dev/s1/sponsor/lenso">
30+
<div>
31+
<picture>
32+
<source srcset="https://i.imgur.com/YBkomfb.png" media="(prefers-color-scheme: dark)">
33+
<img height="58" src="https://i.imgur.com/60KdpH7.png" alt="Lenso.ai"></picture>
34+
<div>
35+
</br>
36+
<sup>Lenso.ai - Explore billions of images from all around the web.</br>
37+
Search for places, people, duplicates, and more.</sup>
38+
</div>
39+
</div>
40+
</a>
41+
</div>
42+
</br>
43+
2544
## Supporting the Project
2645

2746
The continued development of Buster is made possible
Lines changed: 27 additions & 0 deletions
Loading
Lines changed: 27 additions & 0 deletions
Loading

src/utils/data.js

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -382,11 +382,15 @@ const microsoftSpeechApiRegions = [
382382
'westus3'
383383
];
384384

385-
const sponsorLogoVariants = {};
385+
const sponsorLogoVariants = {
386+
lenso: ['dark']
387+
};
386388

387-
const sponsors = [];
389+
const sponsors = ['lenso'];
388390

389-
const sponsorSites = {};
391+
const sponsorSites = {
392+
lenso: 'https://go.vapps.dev/s2/sponsor/lenso'
393+
};
390394

391395
export {
392396
optionKeys,

0 commit comments

Comments
 (0)