From e00958689ef2e395689e958d4d8fb3e0534a9c57 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Mon, 11 Nov 2024 15:56:09 +0100 Subject: [PATCH] doc: remove sponsor --- docs/.vitepress/config.mts | 1 + docs/index.md | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 666fdc4a6..d7970f562 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -87,6 +87,7 @@ export default defineConfig({ { text: '❤️️ Sponsor', link: 'https://github.com/sponsors/mistic100' }, ], socialLinks: [ + { icon: 'cypress', link: 'https://psv-cypress-reports.netlify.app' }, { icon: 'github', link: 'https://github.com/mistic100/Photo-Sphere-Viewer' }, ], diff --git a/docs/index.md b/docs/index.md index 9eb705351..6dd723da6 100644 --- a/docs/index.md +++ b/docs/index.md @@ -42,11 +42,6 @@ import { VPTeamMembers } from 'vitepress/theme' const sponsors = [ // monthly - { - avatar: 'https://avatars.githubusercontent.com/u/1396951?s=200', - name: 'Sentry', - links: [ { icon: 'github', link: 'https://github.com/getsentry' } ], - }, { avatar: 'https://avatars.githubusercontent.com/u/3709747?s=200', name: 'Kevin M. Vuilleumier',