File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/components/Learn-Components/Setup-Pre-Requisites Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11import React from "react" ;
22import SetupPreReqWrapper from "./setup-pre-req.style" ;
33import { BsTerminalFill } from "@react-icons/all-files/bs/BsTerminalFill" ;
4+ import meshery from "../../../assets/images/meshery/icon-only/meshery-logo-light.svg" ;
5+ import mesheryOperator from "../../../assets/images/meshery-operator/meshery-operator-dark.svg" ;
46
57const SetupPreReq = ( ) => (
68 < SetupPreReqWrapper >
@@ -42,7 +44,7 @@ const SetupPreReq = () => (
4244 < div className = "card-header" >
4345 < h2 > Access to Meshery</ h2 >
4446 < img
45- src = "../../../assets/images/ meshery/icon-only/meshery-logo-light.svg"
47+ src = { meshery }
4648 alt = "Meshery"
4749 className = "setup-imgs"
4850 loading = "lazy"
@@ -72,7 +74,7 @@ const SetupPreReq = () => (
7274 < div className = "card-header" >
7375 < h2 > Or Run Meshery</ h2 >
7476 < img
75- src = "../../../assets/images/meshery-operator/meshery-operator-dark.svg"
77+ src = { mesheryOperator }
7678 alt = "Meshery Operator"
7779 className = "setup-imgs"
7880 loading = "lazy"
You can’t perform that action at this time.
0 commit comments