Skip to content

Commit

Permalink
Used relative path for the image
Browse files Browse the repository at this point in the history
Signed-off-by: Ajay Singh <[email protected]>
  • Loading branch information
Ajay-singh1 committed Dec 10, 2024
1 parent 8ae1b75 commit cb06ee8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/sections/AWS-Diagram/diagram.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React from "react";
import styled from "styled-components";
import { Container, Row, Col } from "../../reusecore/Layout";
import { useStyledDarkMode } from "../../theme/app/useStyledDarkMode";
import TemplateDark from "../../assets/images/AWS-Diagram/templates-dark.svg";
import RelatedPicks from "../../components/RelatedPicks";
import ConfigGIF from "./images/config.gif";
import DeployGIF from "./images/deploy.gif";
Expand Down Expand Up @@ -199,7 +198,7 @@ const Aws = () => {
<Row className="catalog">
<Col md={8} className="diagram-image">
<div className="image-wrapper">
<img src={TemplateDark} alt="Designing AWS Diagrams with Kanvas" className="aws-image" />
<img src="../../assets/images/AWS-Diagram/templates-dark.svg" alt="Designing AWS Diagrams with Kanvas" className="aws-image" />
</div>
</Col>
<Col md={4} className="diagram-detail">
Expand Down

0 comments on commit cb06ee8

Please sign in to comment.