From 6596c36728ca50bb492e2c5589a7f49cb2e50c98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20G=C3=A1bor?= <49348865+gabros20@users.noreply.github.com> Date: Fri, 12 Jan 2024 11:29:58 +0100 Subject: [PATCH] fix: wrong filename (#351) * fix: wrong filename * feat: add tracking classes to homepage (#350) (#352) Co-authored-by: SeraGabor --------- Co-authored-by: gabros20 Co-authored-by: Alex Beckett <75361908+alex-beckett@users.noreply.github.com> Co-authored-by: SeraGabor --- src/datas/build/seoContent.js | 2 +- src/datas/ecosystem/seoContent.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/datas/build/seoContent.js b/src/datas/build/seoContent.js index 8dbb4b465..cb8106d38 100644 --- a/src/datas/build/seoContent.js +++ b/src/datas/build/seoContent.js @@ -2,5 +2,5 @@ export const seoContent = { title: "Developer Portal | celestia.org", ogTitle: "Developer Portal | celestia.org", description: "The homepage for Celestia developers. Tutorials. Resources. Community.", - image: "/build-og-image.jpg", + image: "/developer-portal-og-image.jpg", }; diff --git a/src/datas/ecosystem/seoContent.js b/src/datas/ecosystem/seoContent.js index 2b8ea09a4..a9bae5daf 100644 --- a/src/datas/ecosystem/seoContent.js +++ b/src/datas/ecosystem/seoContent.js @@ -2,5 +2,5 @@ export const seoContent = { title: "Ecosystem | celestia.org", ogTitle: "Ecosystem | celestia.org", description: "Celestia Ecosystem provides a wide range of apps and services built in the Celestia ecosystem.", - image: "/ecosystem-og-image.jpg", -}; \ No newline at end of file + image: "/ecosystem-og-image.jpg", +};