IO-3067 Add learn more link for Rome.

This commit is contained in:
Patrick Fic
2024-12-20 09:01:51 -08:00
parent c0bf829dc0
commit c4f7c57c24
37 changed files with 349 additions and 243 deletions

View File

@@ -9,7 +9,7 @@ import { useTranslation } from "react-i18next";
import "./job-lifecycle.styles.scss";
import BlurWrapperComponent from "../feature-wrapper/blur-wrapper.component";
import UpsellComponent, { upsellEnum } from "../upsell/upsell.component";
import UpsellComponent, { UpsellEnum } from "../upsell/upsell.component";
// show text on bar if text can fit
export function JobLifecycleComponent({ job, statuses, ...rest }) {
@@ -144,7 +144,7 @@ export function JobLifecycleComponent({ job, statuses, ...rest }) {
style={{ width: "100%" }}
>
<Card type="inner" style={{ marginTop: "10px" }}>
<UpsellComponent upsell={upsellEnum().lifecycle.general} />
<UpsellComponent upsell={UpsellEnum().lifecycle.general} />
</Card>
<BlurWrapperComponent featureName="lifecycle" bypass>
<div