Skip to content

Commit

Permalink
Remove new year banner (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
northword authored Feb 3, 2025
1 parent b44806c commit dc754e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/.vitepress/theme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { h, type Plugin } from 'vue'
import DocFooter from './components/DocFooter.vue'
import Giscus from './components/Giscus.vue'
import Market from './components/Market.vue'
import NewYear from './components/NewYear.vue'
// import NewYear from './components/NewYear.vue'
import SvgImage from './components/SvgImage.vue'

// CSS
Expand All @@ -24,7 +24,7 @@ export default {
Layout() {
return h(DefaultTheme.Layout, null, {
// https://vitepress.dev/guide/extending-default-theme#layout-slots
'layout-top': () => h(NewYear),
// 'layout-top': () => h(NewYear),
'doc-footer-before': () => [h(DocFooter)],
// "home-features-after": () => h(HomeSponsors),
// "aside-ads-before": () => h(AsideSponsors),
Expand Down

0 comments on commit dc754e2

Please sign in to comment.