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";
99import axios from "axios" ;
1010// import smp_dark_text from "../../../assets/images/service-mesh-performance/stacked/smp-dark-text.svg";
1111// 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" ;
1313import meshery from "../../../assets/images/meshery/icon-only/meshery-logo-light.svg" ;
1414import Data from "./utility/menu-items.js" ;
1515import ScrollspyMenu from "./utility/ScrollspyMenu.js" ;
@@ -144,7 +144,7 @@ const Navigation = () => {
144144 {
145145 frontmatter : {
146146 thumbnail : {
147- img : kanvas_dark ,
147+ img : kanvas_light ,
148148 } ,
149149 title : "Kanvas, collaborative infrastructure management" ,
150150 } ,
You can’t perform that action at this time.
0 commit comments