File tree Expand file tree Collapse file tree 3 files changed +42
-4
lines changed Expand file tree Collapse file tree 3 files changed +42
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import { useStyledDarkMode } from "../../../theme/app/useStyledDarkMode";
9
9
import axios from "axios" ;
10
10
// import smp_dark_text from "../../../assets/images/service-mesh-performance/stacked/smp-dark-text.svg";
11
11
// import smp_light_text from "../../../assets/images/service-mesh-performance/stacked/smp-light-text.svg";
12
- import kanvas_dark from "../../../assets/images/kanvas/icon-only/kanvas-icon-white .svg" ;
12
+ import kanvas_light from "../../../assets/images/kanvas/icon-only/kanvas-icon-color .svg" ;
13
13
import meshery from "../../../assets/images/meshery/icon-only/meshery-logo-light.svg" ;
14
14
import Data from "./utility/menu-items.js" ;
15
15
import ScrollspyMenu from "./utility/ScrollspyMenu.js" ;
@@ -144,7 +144,7 @@ const Navigation = () => {
144
144
{
145
145
frontmatter : {
146
146
thumbnail : {
147
- img : kanvas_dark ,
147
+ img : kanvas_light ,
148
148
} ,
149
149
title : "Kanvas, collaborative infrastructure management" ,
150
150
} ,
You can’t perform that action at this time.
0 commit comments