diff --git a/assets/spheron.tsx b/assets/spheron.tsx
index 1a3e23c..bcb9ea2 100644
--- a/assets/spheron.tsx
+++ b/assets/spheron.tsx
@@ -6,41 +6,54 @@ export const SpheronLogo = (
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
);
diff --git a/pages/_app.tsx b/pages/_app.tsx
index a827acd..a36f329 100644
--- a/pages/_app.tsx
+++ b/pages/_app.tsx
@@ -5,7 +5,7 @@ const METADATA = {
title: "Spheron Documentation",
description: "Power your dapp with Spheron's next-generation infrastructure.",
url: "https://docs.spheron.network/",
- image: "https://spheron.network/metaimage-1.png?version=1",
+ image: "https://www.spheron.network/meta-og-image.png",
};
export default function App({ Component, pageProps }) {