Skip to content

Commit

Permalink
Merge pull request #305 from alex-beckett/acronym
Browse files Browse the repository at this point in the history
Update Tia acronym
  • Loading branch information
alex-beckett authored Dec 6, 2023
2 parents 8777f90 + 78b3fb9 commit e4e9efa
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/datas/home/explore-celestia.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand Down
6 changes: 3 additions & 3 deletions src/datas/what-is-tia/hero-data.js
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions src/datas/what-is-tia/role.js
Original file line number Diff line number Diff line change
@@ -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: [
{
Expand All @@ -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: [
Expand All @@ -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: [],
Expand Down
4 changes: 2 additions & 2 deletions src/pages/what-is-tia.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ const WhatIsTIA = () => {
<div className={"text-box"}>
<h2 className='custody-stacking-title'>Wallets</h2>
<div className='custody-text-box'>
<p>Anyone can download a non-custodial wallet to freely control and use their TIA.</p>
<p>Anyone can download a non-custodial wallet to freely control and use their Tia.</p>
<p>
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.
</p>
</div>
Expand Down

0 comments on commit e4e9efa

Please sign in to comment.