Skip to content

Commit eb4d010

Browse files
committed
[Learn] fix: broken images and typo on mastering-meshery page
Signed-off-by: Daniel Chege <chegedan699@gmail.com>
1 parent 8388ae9 commit eb4d010

File tree

1 file changed

+4
-2
lines changed
  • src/components/Learn-Components/Setup-Pre-Requisites

1 file changed

+4
-2
lines changed

src/components/Learn-Components/Setup-Pre-Requisites/index.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import React from "react";
22
import SetupPreReqWrapper from "./setup-pre-req.style";
33
import { 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

57
const 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"

0 commit comments

Comments
 (0)