We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa9f049 commit 6161818Copy full SHA for 6161818
4 files changed
README.md
@@ -137,8 +137,7 @@ is the main sponsor through the new Builders project.
137
138
<a href="https://dcspark.io/">
139
<picture>
140
- <source media="(prefers-color-scheme: dark)" srcset="./.github/logos/dcspark.dark.svg">
141
- <source media="(prefers-color-scheme: light)" srcset="./.github/logos/dcspark.svg">
+ <source srcset="./.github/logos/dcspark.svg">
142
<img alt="DcSpark logo" src="./.github/logos/dcspark.svg" width="48%">
143
</picture>
144
</a>
site/.vitepress/theme/Sponsors.vue
@@ -45,6 +45,16 @@ const sponsors = computed(() => {
45
},
46
],
47
48
+ {
49
+ size: "medium",
50
+ items: [
51
52
+ name: "Dcnvm Spark",
53
+ url: "https://dcspark.io",
54
+ img: withBase("/dcspark.svg"),
55
+ },
56
+ ],
57
58
];
59
});
60
</script>
site/public/dcspark.dark.svg
site/public/dcspark.svg
0 commit comments