Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: wrong filename #351

Merged
merged 2 commits into from
Jan 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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",
};
3 changes: 3 additions & 0 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ const IndexPage = () => {
image={"graph-scale.png"}
buttonPrimaryTitle={"Learn Celestia"}
buttonPrimaryUrl={"/what-is-celestia/"}
buttonPrimaryClass={"plausible-event-name=Learn_Celestia_Button-Homepage--Access_abundance_section"}
/>
<TwoColumnH2
direction={"rtl"}
Expand All @@ -68,8 +69,10 @@ const IndexPage = () => {
image={"graph-ecosystem.png"}
buttonPrimaryTitle={"Build modular"}
buttonPrimaryUrl={"/build/"}
buttonPrimaryClass={"plausible-event-name=Build_Modular_Button-Homepage--Build_whatever_section"}
buttonSecondaryTitle={"Deploy"}
buttonSecondaryUrl={"/build#deploy"}
buttonSecondaryClass={"plausible-event-name=Deploy_Button-Homepage--Build_whatever_section"}
/>

<section id={`${heroData.buttons[1]?.url.replace(/\s+/g, "-").toLowerCase()}`} className='explore-celestia'>
Expand Down
Loading