We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e47ad43 commit 3799da3Copy full SHA for 3799da3
1 file changed
apps/webapp/app/components/navigation/SideMenu.tsx
@@ -2,6 +2,7 @@ import {
2
AdjustmentsHorizontalIcon,
3
ArrowPathRoundedSquareIcon,
4
ArrowRightOnRectangleIcon,
5
+ ArrowTopRightOnSquareIcon,
6
BeakerIcon,
7
BellAlertIcon,
8
ChartBarIcon,
@@ -712,9 +713,11 @@ function V3DeprecationContent() {
712
713
to="https://trigger.dev/docs/migrating-from-v3"
714
target="_blank"
715
fullWidth
716
+ TrailingIcon={ArrowTopRightOnSquareIcon}
717
+ trailingIconClassName="text-amber-300"
718
className="border-amber-500/30 bg-amber-500/15 hover:!border-amber-500/50 hover:!bg-amber-500/25"
719
>
- <span className="text-amber-300">Migrate to v4 now</span>
720
+ <span className="text-amber-300">View migration guide</span>
721
</LinkButton>
722
</div>
723
);
0 commit comments