diff --git a/src/pages/products/index.js b/src/pages/products/index.js index 170c0b51da2a..15d6fdafae04 100644 --- a/src/pages/products/index.js +++ b/src/pages/products/index.js @@ -8,7 +8,7 @@ import product_hero_img from "../../assets/images/products/MesheryRange.svg"; import product_hero_img_light from "../../assets/images/products/mesheryRangeLight.svg"; import desktop from "../../assets/images/products/fluent_desktop-mac.png"; import codicon from "../../assets/images/products/codicon_extensions.svg"; -import mesheryLogo from "../../assets/images/products/Meshery-logo-light.svg"; +import mesheryLogo from "../../assets/images/products/meshery-logo-light.svg"; import meshmap from "../../assets/images/products/meshmap.svg"; import comingSoon from "./icons/coming-soon.webp"; import { useStyledDarkMode } from "../../theme/app/useStyledDarkMode"; diff --git a/src/pages/products/pricing.style.js b/src/pages/products/pricing.style.js index 0a62db4fd551..f547ebdb37a2 100644 --- a/src/pages/products/pricing.style.js +++ b/src/pages/products/pricing.style.js @@ -366,7 +366,7 @@ const PricingWrapper = styled.section` font-weight: 700; } .product_cards .card { - width: 440px; + width: 540px; height: 360px; border-radius: 20px; background-color: ${(props) => props.theme.grey212121ToGreyF0F0F0};