Skip to content

Commit

Permalink
Merge pull request #4272 from vinyashegde/color-error
Browse files Browse the repository at this point in the history
Icon color correction
  • Loading branch information
leecalcote authored May 24, 2023
2 parents 310ecfd + 589c402 commit 08cee2f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/sections/Pricing/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ export const details = [
feature: "Distributed Load Generation",
description: "Distributed Load Generator: Support multiple Meshery clients generating load, collecting and coalescing results into a single report.",
free: <MdClose className="no-icon" />,
team: <GiCheckMark className="no-icon" />,
team: <GiCheckMark className="yes-icon" />,
enterprise: <GiCheckMark className="yes-icon" />,
},
{
Expand All @@ -138,15 +138,15 @@ export const details = [
{
feature: "Service Mesh Interface Conformance GitHub Action",
description: "Using Meshery as the offical SMI Conformance validation tool, configure this action to trigger with each of your releases, on every pull request. or any GitHub workflow trigger event.",
free: <MdClose className="yes-icon" />,
free: <MdClose className="no-icon" />,
team: <GiCheckMark className="yes-icon" />,
enterprise: <GiCheckMark className="yes-icon" />,
},
{
feature: "MeshMark",
description: "Identify the cost of a specific network function.",
free: <GiCheckMark className="no-icon" />,
team: <GiCheckMark className="no-icon" />,
free: <GiCheckMark className="yes-icon" />,
team: <GiCheckMark className="yes-icon" />,
enterprise: <GiCheckMark className="yes-icon" />,
},
],
Expand All @@ -159,15 +159,15 @@ export const details = [
{
feature: "Collaborators for public designs",
description: "Invite any Meshery Cloud user, or all Meshery users, to work with you on a public design that you control – including making changes and releasing new versions.",
free: <MdClose className="yes-icon" />,
free: <MdClose className="no-icon" />,
team: <GiCheckMark className="yes-icon" />,
enterprise: <GiCheckMark className="yes-icon" />,
},
{
feature: "Collaborators for private designs",
description: "Invite any Meshery Cloud user to work with you on a private design that you control – including making changes and releasing new versions.",
free: <MdClose className="no-icon" />,
team: <MdClose className="yes-icon" />,
team: <MdClose className="no-icon" />,
enterprise: <GiCheckMark className="yes-icon" />,
},
{
Expand Down Expand Up @@ -285,7 +285,7 @@ export const details = [
{
feature: "Audit Trail",
description: "Detailed accounting of user activity. Historical record or each action taken.",
free: <GiCheckMark className="no-icon" />,
free: <GiCheckMark className="yes-icon" />,
team: <GiCheckMark className="yes-icon" />,
enterprise: <GiCheckMark className="yes-icon" />,
},
Expand Down

0 comments on commit 08cee2f

Please sign in to comment.