File tree Expand file tree Collapse file tree 2 files changed +37
-3
lines changed
Expand file tree Collapse file tree 2 files changed +37
-3
lines changed Original file line number Diff line number Diff line change @@ -98,7 +98,6 @@ limit 2;
9898
9999Development of ` sqlite-vec ` is supported by multiple generous sponsors! Mozilla
100100is the main sponsor through the new Builders project.
101-
102101<p align =" center " >
103102 <a href =" https://hacks.mozilla.org/2024/06/sponsoring-sqlite-vec-to-enable-more-powerful-local-ai-applications/ " >
104103 <picture >
@@ -137,7 +136,9 @@ is the main sponsor through the new Builders project.
137136
138137<a href =" https://dcspark.io/ " >
139138<picture >
140- <source srcset =" ./.github/logos/dcspark.svg " >
139+ <source media =" (prefers-color-scheme: dark) " srcset =" ./.github/logos/dcspark.dark.svg " >
140+ <source media =" (prefers-color-scheme: light) " srcset =" ./.github/logos/dcspark.svg " >
141+
141142 <img alt =" DcSpark logo " src =" ./.github/logos/dcspark.svg " width =" 48% " >
142143</picture >
143144</a >
You can’t perform that action at this time.
0 commit comments