Skip to content

Commit 6161818

Browse files
committed
sponsor fixes
1 parent aa9f049 commit 6161818

4 files changed

Lines changed: 13 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,7 @@ is the main sponsor through the new Builders project.
137137

138138
<a href="https://dcspark.io/">
139139
<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">
140+
<source srcset="./.github/logos/dcspark.svg">
142141
<img alt="DcSpark logo" src="./.github/logos/dcspark.svg" width="48%">
143142
</picture>
144143
</a>

site/.vitepress/theme/Sponsors.vue

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,16 @@ const sponsors = computed(() => {
4545
},
4646
],
4747
},
48+
{
49+
size: "medium",
50+
items: [
51+
{
52+
name: "Dcnvm Spark",
53+
url: "https://dcspark.io",
54+
img: withBase("/dcspark.svg"),
55+
},
56+
],
57+
},
4858
];
4959
});
5060
</script>

site/public/dcspark.dark.svg

Lines changed: 1 addition & 0 deletions
Loading

site/public/dcspark.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)