Revert "IO-3067 Add learn more link for Rome."

This reverts commit c4f7c57c24.
This commit is contained in:
Patrick Fic
2025-01-06 15:58:56 -08:00
parent c4f7c57c24
commit d69050f006
37 changed files with 243 additions and 349 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