Skip to content

Commit 978aacd

Browse files
committed
feat: add beta link
1 parent 0fb0d1a commit 978aacd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.vitepress/theme/components/shared/Banner.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const dismiss = () => {
3131
<template>
3232
<div ref="el" class="banner">
3333
<div class="text">
34-
Pre-order the Paperplane starter kit and get 50% off: <a href="https://paperplane.leafphp.dev">Pre-order today!</a>
34+
We just published v4.0 Beta of Leaf and Leaf MVC - <a href="https://beta.leafphp.dev">Check it out!</a>
3535
</div>
3636

3737
<button type="button" @click="dismiss">

.vitepress/theme/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ export default {
1515
},
1616
Layout() {
1717
return h(DefaultTheme.Layout, null, {
18-
// 'layout-top': () =>
19-
// h(defineAsyncComponent(() => import('./components/shared/Banner.vue'))),
18+
'layout-top': () =>
19+
h(defineAsyncComponent(() => import('./components/shared/Banner.vue'))),
2020
'aside-ads-before' : () =>
2121
h(defineAsyncComponent(() => import('./components/shared/Paperplane.vue'))),
2222
// h(defineAsyncComponent(() => import('./components/shared/GPTLink.vue'))),

0 commit comments

Comments
 (0)