File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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/c1/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
2746The continued development of Clear Browsing Data is made possible
Original file line number Diff line number Diff line change @@ -33,15 +33,19 @@ const dataTypeIconVariants = {
3333 indexedDB : [ 'dark' ]
3434} ;
3535
36- const sponsorLogoVariants = { } ;
36+ const sponsorLogoVariants = {
37+ lenso : [ 'dark' ]
38+ } ;
3739
3840const rasterDataTypeIcons = [ ] ;
3941
4042const supportUrl = 'https://github.com/dessant/clear-browsing-data/issues' ;
4143
42- const sponsors = [ ] ;
44+ const sponsors = [ 'lenso' ] ;
4345
44- const sponsorSites = { } ;
46+ const sponsorSites = {
47+ lenso : 'https://go.vapps.dev/c2/sponsor/lenso'
48+ } ;
4549
4650export {
4751 optionKeys ,
You can’t perform that action at this time.
0 commit comments