Skip to content

Commit e37edd0

Browse files
committed
Fix: Update
Signed-off-by: Varad Gupta <114755221+vr-varad@users.noreply.github.com>
1 parent 232342e commit e37edd0

11 files changed

Lines changed: 1278 additions & 18 deletions

File tree

src/components/Related-Posts/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ const RelatedPosts = props => {
2929
slidesToScroll= {1}
3030
>
3131
{
32-
postType === "blogs" ? relatedPosts.map(({ item }) => {
33-
const post = item.post || post;
32+
postType === "blogs" ? relatedPosts.map((item) => {
33+
const post = item.post || item;
3434
return (
3535
<Col className="cardCol" $xs={12} key={post.fields.slug}>
3636
<Card frontmatter={post.frontmatter} fields={post.fields}/>

src/sections/Platform-Engineering/header.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from "react";
22
import styled from "styled-components";
33
import { Row, Col, Container } from "../../reusecore/Layout";
4-
import MesheryDashboard from "./images/meshery-dashboard-hero-image.png";
4+
import MesheryDashboard from "./images/meshery-dashboard-hero-image.svg";
55
import Button from "../../reusecore/Button";
66
import SimpleReactLightbox, { SRLWrapper } from "simple-react-lightbox";
77
import { Link } from "gatsby";

src/sections/Platform-Engineering/images/catalog-light.svg

Lines changed: 968 additions & 0 deletions
Loading
90.5 KB
Loading
1010 KB
Loading
99 KB
Loading

src/sections/Platform-Engineering/images/meshery-dashboard-hero-image.svg

Lines changed: 281 additions & 0 deletions
Loading
663 KB
Loading
64.4 KB
Loading
246 KB
Loading

0 commit comments

Comments
 (0)