File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -528,12 +528,12 @@ export function SidebarLayout({
528
528
529
529
< div className = "fixed bottom-0 left-[max(0px,calc(50%-45rem))] right-auto w-[19rem] pl-8 pr-6" >
530
530
< Link
531
- href = { '/ docs/v4-beta ' }
531
+ href = { 'https://tailwindcss.com/ docs/upgrade-guide ' }
532
532
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"
533
533
>
534
534
< 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 >
537
537
</ div >
538
538
< div className = "absolute h-full w-1/2 right-0 top-0 overflow-hidden" >
539
539
< div className = "absolute h-full w-full bg-gradient-to-r from-slate-800 group-hover:from-slate-900 z-10" />
You can’t perform that action at this time.
0 commit comments