Skip to content

Commit

Permalink
Kuma-logo optimized for dark mode
Browse files Browse the repository at this point in the history
Signed-off-by: Soumyakanta Pattanaik <[email protected]>
  • Loading branch information
sam1code committed Oct 3, 2022
1 parent 08ceaf7 commit 6dab599
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/collections/landscape/non-functional.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import Octarine from "../../assets/images/service-mesh-icons/octarine.svg";
import TraefikMesh from "../../assets/images/service-mesh-icons/traefik.svg";
import AppMesh from "../../assets/images/service-mesh-icons/aws-app-mesh.svg";
import Kuma from "../../assets/images/service-mesh-icons/kuma.svg";
import KumaDark from "../../assets/images/service-mesh-icons/kuma-white.svg";
import Citrix from "../../assets/images/service-mesh-icons/citrix.svg";
import Osm from "../../assets/images/service-mesh-icons/osm.svg";
import Nginx from "../../assets/images/service-mesh-icons/nginx-service-mesh.svg";
Expand Down Expand Up @@ -264,7 +265,8 @@ export const non_functional = [{
commercial: "Kuma",
category: "Service Mesh",
timeline_order: 20,
icon: Kuma
icon: Kuma,
darkIcon: KumaDark
},
{
name: "Citrix Service Mesh",
Expand Down

0 comments on commit 6dab599

Please sign in to comment.