commenting out the libracart card on the marketplace so user cant get access to it as it is still in the testing phase
This commit is contained in:
parent
b2f3fac57e
commit
33cc3724eb
1 changed files with 8 additions and 8 deletions
|
|
@ -62,14 +62,14 @@ const agFeatureList: ProductDetails[] = [
|
||||||
// bulletPoints: ["bullet one", "bullet two"],
|
// bulletPoints: ["bullet one", "bullet two"],
|
||||||
// questions: [],
|
// questions: [],
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
featureName: "libra-cart",
|
// featureName: "libra-cart",
|
||||||
featureLogo: <LibraCartIcon />,
|
// featureLogo: <LibraCartIcon />,
|
||||||
featureCost: 0,
|
// featureCost: 0,
|
||||||
cardImage: FeatureImageTest,
|
// cardImage: FeatureImageTest,
|
||||||
featureTitle: "Libra Cart",
|
// featureTitle: "Libra Cart",
|
||||||
longDescription: "Integrate with Libra Cart to bring your data into our platform"
|
// longDescription: "Integrate with Libra Cart to bring your data into our platform"
|
||||||
}
|
// }
|
||||||
];
|
];
|
||||||
|
|
||||||
// const constructionFeatureList: ProductDetails[] = []
|
// const constructionFeatureList: ProductDetails[] = []
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue