Skip to content

Commit 103fdb4

Browse files
chore: readme Img fix (#72)
* fix photo * fix formatting and add images * Refactor README layout and sponsorship section Removed redundant center div and adjusted sponsorship section. * light/dark mode imgs
1 parent 19cc360 commit 103fdb4

File tree

2 files changed

+19
-7
lines changed

2 files changed

+19
-7
lines changed

README.md

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,22 +68,33 @@ A lightweight timing and scheduling library for debouncing, throttling, rate lim
6868
<table align="center">
6969
<tr>
7070
<td>
71-
<a href="https://www.coderabbit.ai/?via=tanstack&dub_id=aCcEEdAOqqutX6OS">
72-
<img src="https://tanstack.com/assets/coderabbit-light-DVMJ2jHi.svg" height="40" padding="20px" alt="Code Rabbit"/>
73-
</a>
71+
<a href="https://www.coderabbit.ai/?via=tanstack&dub_id=aCcEEdAOqqutX6OS" >
72+
<picture>
73+
<source media="(prefers-color-scheme: dark)" srcset="https://tanstack.com/assets/coderabbit-dark-CMcuvjEy.svg" height="40" />
74+
<source media="(prefers-color-scheme: light)" srcset="https://tanstack.com/assets/coderabbit-light-DVMJ2jHi.svg" height="40" />
75+
<img src="https://tanstack.com/assets/coderabbit-light-DVMJ2jHi.svg" height="40" alt="CodeRabbit" />
76+
</picture>
77+
</a>
7478
</td>
75-
<td padding="20">
79+
<td>
7680
<a href="https://www.cloudflare.com?utm_source=tanstack">
77-
<img src="https://tanstack.com/assets/cloudflare-black-CPufaW0B.svg" height="70" alt="Cloudflare"/>
81+
<picture>
82+
<source media="(prefers-color-scheme: dark)" srcset="https://tanstack.com/assets/cloudflare-white-DQDB7UaL.svg" height="60" />
83+
<source media="(prefers-color-scheme: light)" srcset="https://tanstack.com/assets/cloudflare-black-CPufaW0B.svg" height="60" />
84+
<img src="https://tanstack.com/assets/cloudflare-black-CPufaW0B.svg" height="60" alt="Cloudflare" />
85+
</picture>
7886
</a>
7987
</td>
8088
<td>
8189
<a href="https://www.unkey.com/?utm_source=tanstack">
82-
<img src="./media/unkey_logo.svg" height="60" alt="Unkey"/>
90+
<picture>
91+
<source media="(prefers-color-scheme: dark)" srcset="./media/unkey_dark.svg" height="60" />
92+
<source media="(prefers-color-scheme: light)" srcset="./media/unkey_logo.svg" height="60" />
93+
<img src="./media/unkey_logo.svg" height="60" alt="Unkey"/>
94+
</picture>
8395
</a>
8496
</td>
8597
</tr>
86-
8798
</table>
8899

89100
<div align="center">

media/unkey_dark.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)