Skip to content

Commit 3799da3

Browse files
committed
Changes the button copy to “View migration guide”
1 parent e47ad43 commit 3799da3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

apps/webapp/app/components/navigation/SideMenu.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import {
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
);

0 commit comments

Comments
 (0)