Skip to content

Commit 03ec009

Browse files
committed
Update BaseLayout.astro
1 parent bf96e27 commit 03ec009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/layouts/BaseLayout.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ const canonicalURL = ((currentVersion !== '4.x') && (currentVersion !== '3.x'))
173173
<div class="min-w-0 max-w-2xl flex-auto px-4 py-16 lg:max-w-none lg:pr-0 lg:pl-8 xl:pl-16 xl:pr-10">
174174
{(currentVersion === '4.x') && (
175175
<Aside variant="warning">
176-
<p><span class="font-medium">You are currently viewing the documentation for Filament 4.x</span>, which is currently in beta and is not stable. Please report any issues you encounter on <a href="https://github.com/filamentphp/filament/issues/new" target="_blank" class="font-medium underline">GitHub</a>.</p>
176+
<p><span class="font-medium">You are currently viewing the documentation for Filament 4.x</span>, which is currently in beta and is not stable. Breaking changes may be introduced to releases during the beta period. Please report any issues you encounter on <a href="https://github.com/filamentphp/filament/issues/new" target="_blank" class="font-medium underline">GitHub</a>.</p>
177177

178178
<p class="pt-3">Looking for the current stable version? Visit the <a href="/docs/3.x" class="font-medium underline">3.x documentation</a>.</p>
179179
</Aside>

0 commit comments

Comments
 (0)