Skip to content

Commit

Permalink
fix: wrong filename (#351)
Browse files Browse the repository at this point in the history
* fix: wrong filename

* feat: add tracking classes to homepage (#350) (#352)

Co-authored-by: SeraGabor <sragabor@gmail.com>

---------

Co-authored-by: gabros20 <t.gabor80312@gmail.com>
Co-authored-by: Alex Beckett <75361908+alex-beckett@users.noreply.github.com>
Co-authored-by: SeraGabor <sragabor@gmail.com>
  • Loading branch information
4 people authored and liamsi committed Jan 14, 2024
1 parent 9eb028d commit 4ea37b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/datas/build/seoContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
};
4 changes: 2 additions & 2 deletions src/datas/ecosystem/seoContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
};
image: "/ecosystem-og-image.jpg",
};

0 comments on commit 4ea37b0

Please sign in to comment.