Skip to content

Commit f7fe476

Browse files
committed
feat: add v3 banner
1 parent 3923c4c commit f7fe476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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-
We just published v4.0 Beta of Leaf and Leaf MVC - <a href="https://beta.leafphp.dev">Check it out!</a>
34+
You are viewing the v4 documentation. You can switch to the <a href="https://v3.leafphp.dev">v3 documentation</a> if you need.
3535
</div>
3636

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

0 commit comments

Comments
 (0)