File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,16 @@ <h3>Drop-in Vim</h3>
8181 < h2 id ="sponsors-header "> Sponsors</ h2 >
8282 < div id ="sponsors " class ="sponsors-main ">
8383 < p >
84- < a href ="https://coderabbit.ai/ "> < img width ="300 " class ="img-fluid " src ="images/sponsors/coderabbit-logo.svg " title ="Visit https://coderabbit.ai to learn more. " alt ="Visit https://coderabbit.ai to learn more. "/> </ a >
84+ < a href ="https://coderabbit.ai/ ">
85+ < picture title ="Visit https://coderabbit.ai to learn more. " alt ="Visit https://coderabbit.ai to learn more. ">
86+ <!-- light mode: -->
87+ < source srcset ="images/sponsors/coderabbit-logo.svg " media ="(prefers-color-scheme: light) "/>
88+ <!-- dark mode: -->
89+ < source srcset ="images/sponsors/coderabbit-logo-dark.svg " media ="(prefers-color-scheme: dark) "/>
90+ <!-- no color preference: -->
91+ < img width ="300 " class ="img-fluid " src ="images/sponsors/coderabbit-logo.svg ">
92+ </ picture >
93+ </ a >
8594 </ p >
8695 < p >
8796 < a href ="https://www.warp.dev/?utm_source=github&utm_medium=referral&utm_campaign=neovim_20231211 "> < img width ="300 " class ="img-fluid " src ="images/sponsors/warp-300px.png " title ="Visit warp.dev to learn more. " alt ="Visit warp.dev to learn more. "/>
You can’t perform that action at this time.
0 commit comments