Skip to content

Commit 1438aa4

Browse files
committed
docs: remove banner
1 parent 1ec622d commit 1438aa4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/docs/.vitepress/theme/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import VueSchoolLink from './components/VueSchoolLink.vue'
1212
import VueMasteryLogoLink from './components/VueMasteryLogoLink.vue'
1313
import MasteringPiniaLink from './components/MasteringPiniaLink.vue'
1414
import status from '../translation-status.json'
15-
import MadVueBanner from './components/MadVueBanner.vue'
1615

1716
const i18nLabels = {
1817
zh: '该翻译已同步到了 ${date} 的版本,其对应的 commit hash 是 <code>${hash}</code>。',
@@ -27,7 +26,6 @@ const theme: Theme = {
2726
'aside-ads-before': () => h(AsideSponsors),
2827
// 'layout-top': () => h(VuejsdeConfBanner),
2928
'doc-before': () => h(TranslationStatus, { status, i18nLabels }),
30-
'layout-top': () => h(MadVueBanner),
3129
})
3230
},
3331

0 commit comments

Comments
 (0)