Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
Signed-off-by: Tharanishwaran <[email protected]>
  • Loading branch information
Tharanishwaran authored Oct 24, 2024
1 parent 963b8d6 commit 22b45ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sections/Home/Playground-home/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import fabedge from "../../../collections/integrations/fabedge/icons/color/fabed
import helm from "../../../collections/integrations/helm-controller/icons/color/helm-controller-color.svg";
import karmada from "../../../collections/integrations/karmada/icons/color/karmada-color.svg";
import kubeflow from "../../../collections/integrations/kubeflow/icons/color/kubeflow-color.svg";
import terform from "../../../collections/integrations/terraform/icons/color/terraform-color.svg";
import terraform from "../../../collections/integrations/terraform/icons/color/terraform-color.svg";
import fluentd from "../../../collections/integrations/fluentd/icons/color/fluentd-color.svg";


Expand Down Expand Up @@ -205,7 +205,7 @@ const KanvasVisualizerViews = () => {
{ img: kiali, name: "Kiali" },
{ img: fabedge, name: "FabEdge" },
{ img: kubeflow, name: "Kubeflow" },
{ img: terform, name: "Terform" }
{ img: terraform, name: "Terraform" }

];

Expand Down

0 comments on commit 22b45ef

Please sign in to comment.