From ad86fbd3c0e2eac15b0378858d680267e4e3d7be Mon Sep 17 00:00:00 2001 From: Alex Beckett <75361908+alex-beckett@users.noreply.github.com> Date: Thu, 23 Jan 2025 22:00:58 +1030 Subject: [PATCH 1/3] Update page.js --- src/app/what-is-tia/page.js | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/what-is-tia/page.js b/src/app/what-is-tia/page.js index b8d101ec..3ca83fff 100644 --- a/src/app/what-is-tia/page.js +++ b/src/app/what-is-tia/page.js @@ -13,7 +13,7 @@ import seo from "@/data/what-is-tia/seo"; export const metadata = meta(seo); const role = { - title: "Tia's role in Celestia", + title: "TIA's role in Celestia", items: [ { id: 1, @@ -25,20 +25,20 @@ const role = { id: 1, title: "Pay for blobspace", description: - "Rollups pay to publish data to Celestia’s blobspace using Tia.", + "Rollups pay to publish data to Celestia’s blobspace using TIA.", url: "https://docs.celestia.org/learn/paying-for-blobspace/", }, { id: 2, title: "Secure the network", description: - "Users stake Tia to participate in consensus and secure Celestia.", + "Users stake TIA to participate in consensus and secure Celestia.", url: "https://docs.celestia.org/learn/tia/", }, { id: 3, title: "Gas token for rollups", - description: "Developers can use Tia as a gas token for their rollups.", + description: "Developers can use TIA as a gas token for their rollups.", url: null, }, ], @@ -79,9 +79,9 @@ export default async function WhatIsTia() { return ( <> - The role of Tia in Celestia + The role of TIA in Celestia @@ -146,11 +146,11 @@ export default async function WhatIsTia() { description={ <> Anyone can download a non-custodial wallet to freely control and - use their Tia. + use their TIA.

It’s important to get familiar with basic wallet practices for - safely storing and transacting with Tia on Celestia. + safely storing and transacting with TIA on Celestia. } // filters={getFilterOptions(wallets.items, "categories")} From f702fa982ea11bf782f0991f38917df902d4c740 Mon Sep 17 00:00:00 2001 From: Alex Beckett <75361908+alex-beckett@users.noreply.github.com> Date: Thu, 23 Jan 2025 22:01:55 +1030 Subject: [PATCH 2/3] Update page.js --- src/app/page.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.js b/src/app/page.js index 0a8dca71..d8e89542 100644 --- a/src/app/page.js +++ b/src/app/page.js @@ -95,7 +95,7 @@ export default async function Home() { image={"/images/app/homepage/explore-runALightNode.png"} /> Date: Fri, 24 Jan 2025 00:45:26 +1030 Subject: [PATCH 3/3] Update page.js --- src/app/what-is-tia/page.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/what-is-tia/page.js b/src/app/what-is-tia/page.js index 3ca83fff..1f084fba 100644 --- a/src/app/what-is-tia/page.js +++ b/src/app/what-is-tia/page.js @@ -86,7 +86,7 @@ export default async function WhatIsTia() { buttons={[ { text: "Pay for Data", - url: "https://docs.celestia.org/developers/submit-data/", + url: "https://docs.celestia.org/how-to-guides/submit-data", iconDirection: "up-right", }, {