Skip to content

Commit

Permalink
Merge pull request #6114 from layer5io/leecalcote/pricing/enhancement
Browse files Browse the repository at this point in the history
feat: add security and catalog icons, update pricing details
  • Loading branch information
leecalcote authored Dec 7, 2024
2 parents 28b9d09 + d6d3e84 commit ce47e25
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/sections/Pricing/generateDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ import Lifecycle from "./icons/lifecycle.svg";
import Kanvas from "./icons/kanvas-icon.svg";
import Perforamance from "./icons/perf.svg";
import Collab from "./icons/collaboration.svg";
import Spaces from "./icons/spaces.svg";
import Identity from "./icons/identity.svg";
import Notification from "./icons/notification.svg";
import Support from "./icons/support.svg";
import Catalog from "./icons/catalog.svg";
import Security from "./icons/security.svg";
import { ReactComponent as Docs } from "../../assets/images/pricing/docs.svg";

function generateDetails(data) {
Expand All @@ -20,8 +23,11 @@ function generateDetails(data) {
{ id: 3, name: "Performance Management", icon: Perforamance },
{ id: 4, name: "Collaboration", icon: Collab },
{ id: 5, name: "Identity & Access Management", icon: Identity },
{ id: 6, name: "Incident Management", icon: Notification },
{ id: 7, name: "Support and Deployment", icon: Support },
{ id: 6, name: "Spaces", icon: Spaces },
// { id: 6, name: "Incident Management", icon: Notification },
{ id: 7, name: "Catalog", icon: Catalog },
{ id: 8, name: "Security", icon: Security },
{ id: 9, name: "Support and Deployment", icon: Support },
];

return categories.map(category => {
Expand Down
1 change: 1 addition & 0 deletions src/sections/Pricing/icons/catalog.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/sections/Pricing/icons/security.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/sections/Pricing/icons/spaces.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ce47e25

Please sign in to comment.