From 249a4e839f9c2821fc5eeba6269b187450e27f5c Mon Sep 17 00:00:00 2001 From: Alex Beckett <75361908+alex-beckett@users.noreply.github.com> Date: Wed, 6 Dec 2023 18:33:02 +1030 Subject: [PATCH 1/4] Update hero-data.js --- src/datas/what-is-tia/hero-data.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/datas/what-is-tia/hero-data.js b/src/datas/what-is-tia/hero-data.js index c0dba85cb..2efa01e91 100644 --- a/src/datas/what-is-tia/hero-data.js +++ b/src/datas/what-is-tia/hero-data.js @@ -1,6 +1,6 @@ export const heroData = { - title: "What is TIA?", - text: "Learn about TIA, the native token of the Celestia blockchain.", + title: "What is Tia?", + text: "Learn about Tia, the native token of the Celestia blockchain.", buttons: [ { text: "Pay for Data", @@ -9,7 +9,7 @@ export const heroData = { url: "https://docs.celestia.org/developers/submit-data/", }, { - text: "Stake TIA", + text: "Stake Tia", class: "white", type: "anchor", url: "staking-and-custody", From b10a48b708f7a1037008f0c971b1cc5d968de7e6 Mon Sep 17 00:00:00 2001 From: Alex Beckett <75361908+alex-beckett@users.noreply.github.com> Date: Wed, 6 Dec 2023 18:33:38 +1030 Subject: [PATCH 2/4] Update role.js --- src/datas/what-is-tia/role.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/datas/what-is-tia/role.js b/src/datas/what-is-tia/role.js index cd59f1ff9..4830a43f2 100644 --- a/src/datas/what-is-tia/role.js +++ b/src/datas/what-is-tia/role.js @@ -1,10 +1,10 @@ export const role = { - title: "TIA's role in Celestia", + title: "Tia's role in Celestia", items: [ { id: 1, title: "Pay for blobspace", - text: "Rollups pay to publish data to Celestia’s blobspace using TIA.", + text: "Rollups pay to publish data to Celestia’s blobspace using Tia.", image: "what-is-tia/what-is-tia-role-1.png", links: [ { @@ -22,7 +22,7 @@ export const role = { { id: 2, title: "Secure the network", - text: "Users stake TIA to participate in consensus and secure Celestia.", + text: "Users stake Tia to participate in consensus and secure Celestia.", image: "what-is-tia/what-is-tia-role-2.png", type: "external", links: [ @@ -36,7 +36,7 @@ export const role = { { id: 3, title: "Gas token for rollups", - text: "Developers can use TIA as a gas token for their rollups.", + text: "Developers can use Tia as a gas token for their rollups.", image: "what-is-tia/what-is-tia-role-3.png", type: "external", links: [], From b4a7cb8e0432f57acbd56a31819623837c0a6cc9 Mon Sep 17 00:00:00 2001 From: Alex Beckett <75361908+alex-beckett@users.noreply.github.com> Date: Wed, 6 Dec 2023 18:34:59 +1030 Subject: [PATCH 3/4] Update what-is-tia.js --- src/pages/what-is-tia.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/what-is-tia.js b/src/pages/what-is-tia.js index ce224ce36..60ea1a562 100644 --- a/src/pages/what-is-tia.js +++ b/src/pages/what-is-tia.js @@ -111,9 +111,9 @@ const WhatIsTIA = () => {

Wallets

-

Anyone can download a non-custodial wallet to freely control and use their TIA.

+

Anyone can download a non-custodial wallet to freely control and use their Tia.

- It’s important to get familiar with basic wallet practices for safely storing and transacting with TIA + It’s important to get familiar with basic wallet practices for safely storing and transacting with Tia on Celestia.

From 78b3fb9313626d25246795034837fde62a67b712 Mon Sep 17 00:00:00 2001 From: Alex Beckett <75361908+alex-beckett@users.noreply.github.com> Date: Wed, 6 Dec 2023 18:35:56 +1030 Subject: [PATCH 4/4] Update explore-celestia.js --- src/datas/home/explore-celestia.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/datas/home/explore-celestia.js b/src/datas/home/explore-celestia.js index c1e369f79..58d229036 100644 --- a/src/datas/home/explore-celestia.js +++ b/src/datas/home/explore-celestia.js @@ -5,7 +5,7 @@ export const exploreCelestia = [ image: 'home/explore-1.png', link: "/ecosystem/", },{ - title: 'Use TIA', + title: 'Use Tia', text: 'Pay for blobspace, secure the network, and participate in governance', image: 'home/explore-2.png', link: "/what-is-tia/",