File tree 2 files changed +31
-1
lines changed
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>
81
81
< h2 id ="sponsors-header "> Sponsors</ h2 >
82
82
< div id ="sponsors " class ="sponsors-main ">
83
83
< 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 >
85
94
</ p >
86
95
< p >
87
96
< 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