hotfix to add the libra cart card to the marketplace so users can add that feature, change the image for the libra cart card to a temp image that shows the libracart device
This commit is contained in:
parent
e7c059724d
commit
9130e0a627
2 changed files with 9 additions and 8 deletions
BIN
src/assets/marketplaceImages/Libra_Cart_temp.jpg
Normal file
BIN
src/assets/marketplaceImages/Libra_Cart_temp.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
|
|
@ -17,6 +17,7 @@ import FeatureCard from "./FeatureCard";
|
||||||
//import { ImgIcon } from "common/ImgIcon";
|
//import { ImgIcon } from "common/ImgIcon";
|
||||||
//images to import for the image in the card for the feature make sure to have a 2:1 aspect ratio to keep the cards symmetrical
|
//images to import for the image in the card for the feature make sure to have a 2:1 aspect ratio to keep the cards symmetrical
|
||||||
import FeatureImageTest from "assets/marketplaceImages/VisualFarmMPImage.png";
|
import FeatureImageTest from "assets/marketplaceImages/VisualFarmMPImage.png";
|
||||||
|
import LibraCartImage from "assets/marketplaceImages/Libra_Cart_temp.jpg";
|
||||||
|
|
||||||
// export interface FAQ {
|
// export interface FAQ {
|
||||||
// question: string;
|
// question: string;
|
||||||
|
|
@ -62,14 +63,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: LibraCartImage,
|
||||||
// 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