]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
docs: remove banner
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 2 Jun 2025 07:49:04 +0000 (09:49 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 2 Jun 2025 07:49:04 +0000 (09:49 +0200)
packages/docs/.vitepress/theme/index.ts

index 42ac5ebafd30aa8b3e0778a7cef8d6ff3a471a8a..a205ef1409ab0a5beba01ea0f0dd414ca7d4cf24 100644 (file)
@@ -12,7 +12,6 @@ import VueSchoolLink from './components/VueSchoolLink.vue'
 import VueMasteryLogoLink from './components/VueMasteryLogoLink.vue'
 import MasteringPiniaLink from './components/MasteringPiniaLink.vue'
 import status from '../translation-status.json'
-import MadVueBanner from './components/MadVueBanner.vue'
 
 const i18nLabels = {
   zh: '该翻译已同步到了 ${date} 的版本,其对应的 commit hash 是 <code>${hash}</code>。',
@@ -27,7 +26,6 @@ const theme: Theme = {
       'aside-ads-before': () => h(AsideSponsors),
       // 'layout-top': () => h(VuejsdeConfBanner),
       'doc-before': () => h(TranslationStatus, { status, i18nLabels }),
-      'layout-top': () => h(MadVueBanner),
     })
   },