Skip to content

Commit

Permalink
Icon color correction
Browse files Browse the repository at this point in the history
Signed-off-by: Vinyas Hegde <vinyasvasanthegde7@gmail.com>
vinyashegde committed May 23, 2023
1 parent 04f095a commit 589c402
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
@@ -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" />,
},
{
@@ -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" />,
},
],
@@ -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" />,
},
{
@@ -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" />,
},

0 comments on commit 589c402

Please sign in to comment.