diff --git a/.vitepress/config.ts b/.vitepress/config.ts index 13fc37dd6e..130f38865f 100644 --- a/.vitepress/config.ts +++ b/.vitepress/config.ts @@ -608,7 +608,7 @@ export default defineConfigWithTheme({ 'link', { rel: 'preconnect', - href: 'https://sponsors.vuejs.org' + href: 'https://automation.vuejs.org' } ], [ diff --git a/.vitepress/theme/components/Home.vue b/.vitepress/theme/components/Home.vue index bfbd20d0b3..f5fb2f6dc7 100644 --- a/.vitepress/theme/components/Home.vue +++ b/.vitepress/theme/components/Home.vue @@ -53,7 +53,7 @@ onMounted(load)

-
+
Special Sponsor
-
+
Special Sponsor slot is now vacant - Inquire now @@ -107,7 +107,7 @@ onMounted(load)
-
+

Platinum Sponsors

Gold Sponsors

@@ -227,7 +227,7 @@ html:not(.dark) .accent, background-color: var(--vt-c-gray-dark-3); } -#special-sponsor { +#special-spsr { border-top: 1px solid var(--vt-c-divider-light); border-bottom: 1px solid var(--vt-c-divider-light); padding: 12px 24px; @@ -235,7 +235,7 @@ html:not(.dark) .accent, align-items: center; } -#special-sponsor span { +#special-spsr span { color: var(--vt-c-text-2); font-weight: 500; font-size: 13px; @@ -243,22 +243,22 @@ html:not(.dark) .accent, flex: 1; } -#special-sponsor span:first-child { +#special-spsr span:first-child { text-align: right; } -#special-sponsor a { +#special-spsr a { display: flex; justify-content: center; padding: 0 24px; } -#special-sponsor img { +#special-spsr img { height: 42px; margin: -6px 0; } -.dark #special-sponsor img { +.dark #special-spsr img { filter: grayscale(1) invert(1); } @@ -286,18 +286,18 @@ html:not(.dark) .accent, background-color: transparent; } -#sponsors { +#spsrs { max-width: 900px; margin: 0px auto; } -#sponsors h2 { +#spsrs h2 { font-size: 20px; font-weight: 600; margin-bottom: 1em; } -#sponsors .sponsor-container { +#spsrs .spsr-container { margin-bottom: 3em; } @@ -330,14 +330,14 @@ html:not(.dark) .accent, font-size: 16px; margin: 18px 0 30px; } - #special-sponsor { + #special-spsr { flex-direction: column; } - #special-sponsor img { + #special-spsr img { height: 36px; margin: 8px 0; } - #special-sponsor span { + #special-spsr span { text-align: center !important; } #highlights h3 { diff --git a/.vitepress/theme/components/SponsorsGroup.vue b/.vitepress/theme/components/SponsorsGroup.vue index cfdf8f1a0a..9a03ce3d35 100644 --- a/.vitepress/theme/components/SponsorsGroup.vue +++ b/.vitepress/theme/components/SponsorsGroup.vue @@ -66,13 +66,13 @@ function resolveList(data: SponsorData) {