Skip to content

Commit

Permalink
error resolved
Browse files Browse the repository at this point in the history
Signed-off-by: SHRAVANI KAWARE <[email protected]>
  • Loading branch information
ShravaniAK committed Sep 9, 2023
1 parent 8e20178 commit bf08a5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/products/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion src/pages/products/pricing.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit bf08a5a

Please sign in to comment.