@@ -82,9 +82,15 @@ <h3>Drop-in Vim</h3>
82
82
< h2 id ="sponsors-header "> Sponsors</ h2 >
83
83
< div id ="sponsors " class ="sponsors-main ">
84
84
< div class ="first-level-sponsor ">
85
- < a href ="https://warp.dev/neovim "> < img width ="340 " class ="img-fluid " src ="images/sponsors/warp.png " title ="Visit warp.dev to learn more. " alt ="Visit warp.dev to learn more. "/>
86
- < br />
87
- Warp, the AI terminal for developers. Available for MacOS, Linux, & Windows
85
+ < a href ="https://coderabbit.ai/?utm_source=neovim.io ">
86
+ < picture title ="Visit coderabbit.ai to learn more. " alt ="Visit coderabbit.ai to learn more. ">
87
+ <!-- light mode: -->
88
+ <!-- <source srcset="images/sponsors/coderabbit-logo.svg" media="(prefers-color-scheme: light)"/> -->
89
+ <!-- dark mode: -->
90
+ <!-- <source srcset="images/sponsors/coderabbit-logo-dark.svg" media="(prefers-color-scheme: dark)"/> -->
91
+ <!-- no color preference: -->
92
+ < img width ="340 " class ="img-fluid " src ="images/sponsors/coderabbit-logo.png ">
93
+ </ picture >
88
94
</ a >
89
95
</ div >
90
96
< div class ="first-level-sponsor ">
@@ -96,15 +102,9 @@ <h2 id="sponsors-header">Sponsors</h2>
96
102
</ a >
97
103
</ div >
98
104
< div class ="first-level-sponsor ">
99
- < a href ="https://coderabbit.ai/?utm_source=neovim.io ">
100
- < picture title ="Visit coderabbit.ai to learn more. " alt ="Visit coderabbit.ai to learn more. ">
101
- <!-- light mode: -->
102
- < source srcset ="images/sponsors/coderabbit-logo.svg " media ="(prefers-color-scheme: light) "/>
103
- <!-- dark mode: -->
104
- < source srcset ="images/sponsors/coderabbit-logo-dark.svg " media ="(prefers-color-scheme: dark) "/>
105
- <!-- no color preference: -->
106
- < img width ="340 " class ="img-fluid " src ="images/sponsors/coderabbit-logo.svg ">
107
- </ picture >
105
+ < a href ="https://warp.dev/neovim "> < img width ="340 " class ="img-fluid " src ="images/sponsors/warp.png " title ="Visit warp.dev to learn more. " alt ="Visit warp.dev to learn more. "/>
106
+ < br />
107
+ Warp, the AI terminal for developers. Available for MacOS, Linux, & Windows
108
108
</ a >
109
109
</ div >
110
110
</ div >
0 commit comments