Skip to content

Commit

Permalink
docs: remove vuejs.de banner
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed May 13, 2024
1 parent b36c5c5 commit bbb57ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/docs/.vitepress/theme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import './styles/vars.css'
import './styles/playground-links.css'
import VueSchoolLink from './components/VueSchoolLink.vue'
import VueMasteryLogoLink from './components/VueMasteryLogoLink.vue'
import VuejsdeConfBanner from './components/VuejsdeConfBanner.vue'
// import VuejsdeConfBanner from './components/VuejsdeConfBanner.vue'
import status from '../translation-status.json'

const i18nLabels = {
Expand All @@ -21,7 +21,7 @@ const theme: Theme = {
return h(DefaultTheme.Layout, null, {
// 'home-features-after': () => h(HomeSponsors),
'aside-ads-before': () => h(AsideSponsors),
'layout-top': () => h(VuejsdeConfBanner),
// 'layout-top': () => h(VuejsdeConfBanner),
'doc-before': () => h(TranslationStatus, { status, i18nLabels }),
})
},
Expand Down

0 comments on commit bbb57ec

Please sign in to comment.