fork of hey-api/openapi-ts because I need some additional things

Merge pull request #1446 from hey-api/docs/sponsors-stainless-update

chore: match logo size in readme to docs

authored by

Lubos and committed by
GitHub
aae0f90e c06747a4

+25 -30
+5 -7
README.md
··· 23 23 24 24 Love Hey API? Become our [sponsor](https://github.com/sponsors/hey-api). 25 25 26 - <ul> 27 - <li> 28 - <a href="https://stainlessapi.com/" target="_blank"> 29 - <img alt="Stainless logo" height="100" src="https://heyapi.dev/images/stainless-logo-wordmark-480w.png" /> 30 - </a> 31 - </li> 32 - </ul> 26 + <p> 27 + <a href="https://kutt.it/pkEZyc" target="_blank"> 28 + <img alt="Stainless logo" height="50" src="https://heyapi.dev/images/stainless-logo-wordmark-480w.png" /> 29 + </a> 30 + </p> 33 31 34 32 ## GitHub Integration (coming soon) 35 33
+4 -1
docs/.vitepress/theme/custom.css
··· 76 76 justify-content: center; 77 77 } 78 78 79 + .home-list > ul { 80 + align-items: center; 81 + } 82 + 79 83 .home-list > ul, 80 84 .sponsors-list > ul { 81 - align-items: center; 82 85 display: flex; 83 86 flex-direction: column; 84 87 row-gap: 2rem;
+1 -1
docs/sponsors-list.md
··· 1 1 <ul> 2 2 <li> 3 - <a href="https://stainlessapi.com/" target="_blank"> 3 + <a href="https://kutt.it/pkEZyc" target="_blank"> 4 4 <picture> 5 5 <source srcset="/images/stainless-logo-wordmark-480w.webp" media="(max-width: 480px)" type="image/webp" /> 6 6 <source srcset="/images/stainless-logo-wordmark-768w.webp" media="(max-width: 768px)" type="image/webp" />
+5 -7
packages/client-axios/README.md
··· 24 24 25 25 Love Hey API? Become our [sponsor](https://github.com/sponsors/hey-api). 26 26 27 - <ul> 28 - <li> 29 - <a href="https://stainlessapi.com/" target="_blank"> 30 - <img alt="Stainless logo" height="100" src="https://heyapi.dev/images/stainless-logo-wordmark-480w.png" /> 31 - </a> 32 - </li> 33 - </ul> 27 + <p> 28 + <a href="https://kutt.it/pkEZyc" target="_blank"> 29 + <img alt="Stainless logo" height="50" src="https://heyapi.dev/images/stainless-logo-wordmark-480w.png" /> 30 + </a> 31 + </p> 34 32 35 33 ## GitHub Integration (coming soon) 36 34
+5 -7
packages/client-fetch/README.md
··· 24 24 25 25 Love Hey API? Become our [sponsor](https://github.com/sponsors/hey-api). 26 26 27 - <ul> 28 - <li> 29 - <a href="https://stainlessapi.com/" target="_blank"> 30 - <img alt="Stainless logo" height="100" src="https://heyapi.dev/images/stainless-logo-wordmark-480w.png" /> 31 - </a> 32 - </li> 33 - </ul> 27 + <p> 28 + <a href="https://kutt.it/pkEZyc" target="_blank"> 29 + <img alt="Stainless logo" height="50" src="https://heyapi.dev/images/stainless-logo-wordmark-480w.png" /> 30 + </a> 31 + </p> 34 32 35 33 ## GitHub Integration (coming soon) 36 34
+5 -7
packages/openapi-ts/README.md
··· 23 23 24 24 Love Hey API? Become our [sponsor](https://github.com/sponsors/hey-api). 25 25 26 - <ul> 27 - <li> 28 - <a href="https://stainlessapi.com/" target="_blank"> 29 - <img alt="Stainless logo" height="100" src="https://heyapi.dev/images/stainless-logo-wordmark-480w.png" /> 30 - </a> 31 - </li> 32 - </ul> 26 + <p> 27 + <a href="https://kutt.it/pkEZyc" target="_blank"> 28 + <img alt="Stainless logo" height="50" src="https://heyapi.dev/images/stainless-logo-wordmark-480w.png" /> 29 + </a> 30 + </p> 33 31 34 32 ## GitHub Integration (coming soon) 35 33