We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3923c4c commit f7fe476Copy full SHA for f7fe476
.vitepress/theme/components/shared/Banner.vue
@@ -31,7 +31,7 @@ const dismiss = () => {
31
<template>
32
<div ref="el" class="banner">
33
<div class="text">
34
- We just published v4.0 Beta of Leaf and Leaf MVC - <a href="https://beta.leafphp.dev">Check it out!</a>
+ You are viewing the v4 documentation. You can switch to the <a href="https://v3.leafphp.dev">v3 documentation</a> if you need.
35
</div>
36
37
<button type="button" @click="dismiss">
0 commit comments