Skip to content

Commit

Permalink
updated buttons opne on new page
Browse files Browse the repository at this point in the history
  • Loading branch information
gabros20 committed May 24, 2024
1 parent 2625303 commit f6ee1dd
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 21 deletions.
4 changes: 2 additions & 2 deletions src/datas/celestia-underneath/content.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const FooterBoxes2 = [
link: {
text: "Build modular",
href: "/build/",
type: "internal",
type: "external",
id: "build",
},
},
Expand All @@ -15,7 +15,7 @@ export const FooterBoxes2 = [
link: {
text: "Explore",
href: "/#explore-celestia",
type: "anchor",
type: "external",
id: "explore",
},
},
Expand Down
2 changes: 1 addition & 1 deletion src/datas/celestia-underneath/data-availability.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const dataAvailability = {
},
button: {
class: "simple",
type: "internal",
type: "external",
text: "Read Light Node",
url: "/run-a-light-node/",
},
Expand Down
4 changes: 0 additions & 4 deletions src/datas/celestia-underneath/resources.js

This file was deleted.

8 changes: 4 additions & 4 deletions src/datas/celestia-underneath/seoContent.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const seoContent = {
title: "Run a Node | celestia.org",
description: "Build games with new capabilities. Celestia scales with the number of users so games can scale with their usebase.",
image: "",
};
title: "Celestia Underneath | celestia.org",
description: "Celestia is a modular blockchain specialized in ordering transactions and making their data available (DA). ",
image: "",
};
9 changes: 0 additions & 9 deletions src/datas/celestia-underneath/what-is-a-node.js

This file was deleted.

2 changes: 1 addition & 1 deletion src/pages/celestia-underneath.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { FooterBoxes2 } from "../datas/celestia-underneath/content";

import Layout from "../components/layout";

import { seoContent } from "../datas/run-a-node/seoContent";
import { seoContent } from "../datas/celestia-underneath/seoContent";
import Seo from "../components/seo";

const CelestiaUnderneath = () => {
Expand Down

0 comments on commit f6ee1dd

Please sign in to comment.