Skip to content

Commit 4a2dfac

Browse files
docs: add sponsor section to README with UTM-tagged Modem link (GTM-29) (#210)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 726a0d7 commit 4a2dfac

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

README.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -198,10 +198,18 @@ npm run lint && npm run typecheck
198198
npm run lint:shell
199199
```
200200

201-
## License
201+
## Sponsor
202202

203-
MIT
203+
Sponsored by [Modem](https://modem.dev?utm_source=github&utm_medium=oss&utm_campaign=oss_baudbot&utm_content=readme_footer).
204204

205-
## About
205+
<a href="https://modem.dev?utm_source=github&utm_medium=oss&utm_campaign=oss_baudbot&utm_content=readme_footer">
206+
<picture>
207+
<source media="(prefers-color-scheme: dark)" srcset="https://modem.dev/images/logo/svg/modem-combined-white.svg">
208+
<source media="(prefers-color-scheme: light)" srcset="https://modem.dev/images/logo/svg/modem-combined-black.svg">
209+
<img src="https://modem.dev/images/logo/svg/modem-combined-black.svg" alt="Modem" width="220">
210+
</picture>
211+
</a>
206212

207-
Brought to you by the team at Modem, your dev team's auto-triage product manager.
213+
## License
214+
215+
MIT

0 commit comments

Comments
 (0)