diff --git a/README.md b/README.md
index f866716..1955f8a 100644
--- a/README.md
+++ b/README.md
@@ -137,8 +137,7 @@ is the main sponsor through the new Builders project.
-
-
+
diff --git a/site/.vitepress/theme/Sponsors.vue b/site/.vitepress/theme/Sponsors.vue
index 150c814..79d5904 100644
--- a/site/.vitepress/theme/Sponsors.vue
+++ b/site/.vitepress/theme/Sponsors.vue
@@ -45,6 +45,16 @@ const sponsors = computed(() => {
},
],
},
+ {
+ size: "medium",
+ items: [
+ {
+ name: "Dcnvm Spark",
+ url: "https://dcspark.io",
+ img: withBase("/dcspark.svg"),
+ },
+ ],
+ },
];
});
diff --git a/site/public/dcspark.dark.svg b/site/public/dcspark.dark.svg
new file mode 100644
index 0000000..b9b3063
--- /dev/null
+++ b/site/public/dcspark.dark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/site/public/dcspark.svg b/site/public/dcspark.svg
new file mode 100644
index 0000000..0559e53
--- /dev/null
+++ b/site/public/dcspark.svg
@@ -0,0 +1 @@
+
\ No newline at end of file