File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
apps/webapp/app/components/navigation Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 22 AdjustmentsHorizontalIcon ,
33 ArrowPathRoundedSquareIcon ,
44 ArrowRightOnRectangleIcon ,
5+ ArrowTopRightOnSquareIcon ,
56 BeakerIcon ,
67 BellAlertIcon ,
78 ChartBarIcon ,
@@ -712,9 +713,11 @@ function V3DeprecationContent() {
712713 to = "https://trigger.dev/docs/migrating-from-v3"
713714 target = "_blank"
714715 fullWidth
716+ TrailingIcon = { ArrowTopRightOnSquareIcon }
717+ trailingIconClassName = "text-amber-300"
715718 className = "border-amber-500/30 bg-amber-500/15 hover:!border-amber-500/50 hover:!bg-amber-500/25"
716719 >
717- < span className = "text-amber-300" > Migrate to v4 now </ span >
720+ < span className = "text-amber-300" > View migration guide </ span >
718721 </ LinkButton >
719722 </ div >
720723 ) ;
You can’t perform that action at this time.
0 commit comments