Skip to content

Commit a942c06

Browse files
committed
Update link to v4
1 parent c76ce20 commit a942c06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/layouts/SidebarLayout.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -528,12 +528,12 @@ export function SidebarLayout({
528528

529529
<div className="fixed bottom-0 left-[max(0px,calc(50%-45rem))] right-auto w-[19rem] pl-8 pr-6">
530530
<Link
531-
href={'/docs/v4-beta'}
531+
href={'https://tailwindcss.com/docs/upgrade-guide'}
532532
className="group relative px-4 py-3 bg-slate-800 hover:bg-slate-900 text-white rounded-lg font-medium text-sm grid overflow-hidden border border-white/10 shadow-lg"
533533
>
534534
<div className="grid gap-1 z-20">
535-
<p>v4.0 Beta Documentation</p>
536-
<p className="text-[0.8125rem] text-gray-300">Preview the next Tailwind CSS.</p>
535+
<p>Tailwind CSS v4.0 is here</p>
536+
<p className="text-[0.8125rem] text-gray-300">Learn more in the upgrade guide.</p>
537537
</div>
538538
<div className="absolute h-full w-1/2 right-0 top-0 overflow-hidden">
539539
<div className="absolute h-full w-full bg-gradient-to-r from-slate-800 group-hover:from-slate-900 z-10" />

0 commit comments

Comments
 (0)