From 33cc3724eb5ed26c4b7f86162ca1d6ef5bc9119b Mon Sep 17 00:00:00 2001 From: csawatzky Date: Fri, 29 Aug 2025 14:39:30 -0600 Subject: [PATCH] commenting out the libracart card on the marketplace so user cant get access to it as it is still in the testing phase --- src/userFeatures/UserFeatures.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/userFeatures/UserFeatures.tsx b/src/userFeatures/UserFeatures.tsx index c61cebc..d22b4e8 100644 --- a/src/userFeatures/UserFeatures.tsx +++ b/src/userFeatures/UserFeatures.tsx @@ -62,14 +62,14 @@ const agFeatureList: ProductDetails[] = [ // bulletPoints: ["bullet one", "bullet two"], // questions: [], }, - { - featureName: "libra-cart", - featureLogo: , - featureCost: 0, - cardImage: FeatureImageTest, - featureTitle: "Libra Cart", - longDescription: "Integrate with Libra Cart to bring your data into our platform" - } + // { + // featureName: "libra-cart", + // featureLogo: , + // featureCost: 0, + // cardImage: FeatureImageTest, + // featureTitle: "Libra Cart", + // longDescription: "Integrate with Libra Cart to bring your data into our platform" + // } ]; // const constructionFeatureList: ProductDetails[] = []