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

Update spelling of TIA #58

Merged
merged 3 commits into from
Jan 23, 2025
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/app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export default async function Home() {
image={"/images/app/homepage/explore-runALightNode.png"}
/>
<ExploreCard
title={"Use Tia"}
title={"Use TIA"}
description={"Pay for blobspace, secure the network, and participate in governance"}
url={"/what-is-tia"}
image={"/images/app/homepage/explore-useTia.png"}
Expand Down
22 changes: 11 additions & 11 deletions src/app/what-is-tia/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
},
],
Expand Down Expand Up @@ -79,18 +79,18 @@ export default async function WhatIsTia() {
return (
<>
<SecondaryHero
title={"What is Tia?"}
title={"What is TIA?"}
subtitle={
"Learn about Tia, the native token of the Celestia blockchain."
"Learn about TIA, the native token of the Celestia blockchain."
}
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",
},
{
text: "Stake Tia",
text: "Stake TIA",
url: "/what-is-tia#projects",
iconDirection: "down-right",
},
Expand All @@ -113,7 +113,7 @@ export default async function WhatIsTia() {
<Row className={"mb-6 lg:mb-16"}>
<Col width={60}>
<Display size={"sm"} tag={"h2"} className={"mb-4 lg:mb-0"}>
The role of Tia in Celestia
The role of TIA in Celestia
</Display>
</Col>
<Col width={40}>
Expand Down Expand Up @@ -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.
<br />
<br />
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")}
Expand Down
Loading