Skip to content

Commit 165abb2

Browse files
committed
Add CompanyEnrich as sponsor
1 parent 8e41ebf commit 165abb2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

utils/readme/update-readme.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ const logoSerpApi = `<div>
3434
<p align="center"><a href="https://serpapi.com?ref=dev_resources&utm_medium=repo_readme">SerpApi - Search API</a> makes it easy and fast to scrape Google and other search engines.</p>
3535
</div>`
3636

37-
const logoLightpost = `<div>
38-
<p align="center"><a href="https://lightpost.ai?ref=dev_resources&utm_medium=repo_readme&via=dr-pa"><picture><source media="(prefers-color-scheme: dark)" srcset="./assets/lightpost.png" width="150px"><source media="(prefers-color-scheme: light)" srcset="./assets/lightpost.png" width="150px"><img alt="Lightpost logo" src="./assets/lightpost.png" width="150px"></picture></a></p>
39-
<p align="center"><a href="https://lightpost.ai?ref=dev_resources&utm_medium=repo_readme&via=dr-pa">Lightpost</a>: Fully automate or co-create your blogs and posts with an A.I. trained on your business. Plan, design, write and upload anywhere, while keeping full control.</p>
37+
const logoCompanyEnrich = `<div>
38+
<p align="center"><a href="https://companyenrich.com?ref=dev_resources&utm_medium=repo_readme&via=dr-pa"><picture><source media="(prefers-color-scheme: dark)" srcset="./assets/companyenrich-dark-mode.svg" width="200px"><source media="(prefers-color-scheme: light)" srcset="./assets/companyenrich-light-mode.svg" width="200px"><img alt="CompanyEnrich logo" src="./assets/companyenrich-dark-mode.svg" width="200px"></picture></a></p>
39+
<p align="center"><a href="https://companyenrich.com?ref=dev_resources&utm_medium=repo_readme&via=dr-pa">CompanyEnrich</a>: Access exclusive company data of local and global businesses. Power your products, agentic workflows, and sales operations with fresh, instant company data APIs.</p>
4040
</div>`
4141

42-
const sponsors = `<div align="center">Sponsored by</div><br/>\n\n${logoApyhub}<br/>\n\n\n\n${logoSerpApi}<br/>\n\n\n\n${logoLightpost}<br/>\n\n\n\n`
42+
const sponsors = `<div align="center">Sponsored by</div><br/>\n\n${logoApyhub}<br/>\n\n\n\n${logoSerpApi}<br/>\n\n\n\n${logoCompanyEnrich}<br/>\n\n\n\n`
4343
// const sponsors = `<div align="center">Sponsored by</div>
4444
// <br/>
4545
// ${logoScrapfly}

0 commit comments

Comments
 (0)