From 616181804b5e75f327d63616528c4823880d4b7b Mon Sep 17 00:00:00 2001 From: Alex Garcia Date: Tue, 21 Jan 2025 13:07:00 -0800 Subject: [PATCH] sponsor fixes --- README.md | 3 +-- site/.vitepress/theme/Sponsors.vue | 10 ++++++++++ site/public/dcspark.dark.svg | 1 + site/public/dcspark.svg | 1 + 4 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 site/public/dcspark.dark.svg create mode 100644 site/public/dcspark.svg 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. - - + DcSpark logo 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