Skip to content

Commit

Permalink
Merge pull request layer5io#6042 from CalebZoe/kanvas-icon
Browse files Browse the repository at this point in the history
Kanvas icon
  • Loading branch information
Touriist authored Oct 31, 2024
2 parents 95d7ab4 + 4098c65 commit 745231f
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/sections/General/Navigation/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { useStyledDarkMode } from "../../../theme/app/useStyledDarkMode";
import axios from "axios";
// import smp_dark_text from "../../../assets/images/service-mesh-performance/stacked/smp-dark-text.svg";
// import smp_light_text from "../../../assets/images/service-mesh-performance/stacked/smp-light-text.svg";
import kanvas_dark from "../../../assets/images/kanvas/icon-only/kanvas-icon-white.svg";
import kanvas_light from "../../../assets/images/kanvas/icon-only/kanvas-icon-color.svg";
import meshery from "../../../assets/images/meshery/icon-only/meshery-logo-light.svg";
import Data from "./utility/menu-items.js";
import ScrollspyMenu from "./utility/ScrollspyMenu.js";
Expand Down Expand Up @@ -144,7 +144,7 @@ const Navigation = () => {
{
frontmatter: {
thumbnail: {
img: kanvas_dark,
img: kanvas_light,
},
title: "Kanvas, collaborative infrastructure management",
},
Expand Down
21 changes: 20 additions & 1 deletion src/sections/Kanvas/kanvas-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 20 additions & 1 deletion src/sections/Pricing/icons/kanvas-icon.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 745231f

Please sign in to comment.