Skip to content

Commit 45b4dcf

Browse files
committed
Refactor code structure for improved readability and maintainability
Signed-off-by: Lee Calcote <[email protected]>
1 parent e6f513e commit 45b4dcf

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/pages/solutions/devrel-platform-for-kubernetes-and-cloud-native-content/index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ import React from "react";
22

33
import SEO from "../../../components/seo";
44
import DevrelSolutionsPage from "../../../sections/Devrel-platform";
5+
// import {openGraphImage} from "../../../sections/Devrel-platform/Devrel-platform.style";
6+
import { openGraphImage } from "./solutions-devrel.png";
7+
58

69
const DevrelSolutions = () => {
710
return (
@@ -14,5 +17,5 @@ export default DevrelSolutions;
1417
export const Head = () => {
1518
return <SEO title="Devrel Platform for Cloud Native Content"
1619
description="Amplify Your Voice in the Cloud Native Community. Build, share, innovate with CNCF project-curated best practices."
17-
image="/images/meshery-logo-dark-text.webp" />;
20+
image={openGraphImage} />;
1821
};
4.58 MB
Loading

0 commit comments

Comments
 (0)