From b90ed1e0c29beab4226b80d4e1217235398c8cd1 Mon Sep 17 00:00:00 2001 From: Alex Beckett <75361908+alex-beckett@users.noreply.github.com> Date: Mon, 21 Aug 2023 10:58:39 +0300 Subject: [PATCH 1/8] Update hero-data.js --- src/datas/what-is-tia/hero-data.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/datas/what-is-tia/hero-data.js b/src/datas/what-is-tia/hero-data.js index 175229854..a3ffa3f71 100644 --- a/src/datas/what-is-tia/hero-data.js +++ b/src/datas/what-is-tia/hero-data.js @@ -4,13 +4,13 @@ export const heroData = { text: "Learn about TIA, the native token of the Celestia blockchain.", buttons: [ { - text: "Develop", + text: "Pay for Data (Developer)", class: "simple", type: "anchor", url: "managing-tia-as-a-rollup", }, { - text: "Stake and custody TIA", + text: "Custody & Stake TIA", class: "white", type: "anchor", url: "staking-and-custody", From 295d9a502b7fa9a3ef771474d8d6aa424699d0f3 Mon Sep 17 00:00:00 2001 From: Alex Beckett <75361908+alex-beckett@users.noreply.github.com> Date: Mon, 21 Aug 2023 10:59:43 +0300 Subject: [PATCH 2/8] Update role.js --- src/datas/what-is-tia/role.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/datas/what-is-tia/role.js b/src/datas/what-is-tia/role.js index aaebe8aea..5950a82b6 100644 --- a/src/datas/what-is-tia/role.js +++ b/src/datas/what-is-tia/role.js @@ -3,7 +3,7 @@ export const role = { items: [ { id: 1, - title: "Pay transaction fees", + title: "Pay for data", text: "Data published by rollups and token transfers on Celestia pay fees using TIA.", image: "what-is-tia/what-is-tia-role-1.png", type: "external", @@ -18,7 +18,7 @@ export const role = { { id: 3, title: "Gas token for rollups", - text: "Rollups can opt to use TIA as their gas token.", + text: "Developers can use TIA as a gas token for their rollups", image: "what-is-tia/what-is-tia-role-3.png", type: "external", }, From eeabf00986a1b1fc1653882a623aa43a7c914798 Mon Sep 17 00:00:00 2001 From: Alex Beckett <75361908+alex-beckett@users.noreply.github.com> Date: Mon, 21 Aug 2023 11:00:42 +0300 Subject: [PATCH 3/8] Update seoContent.js --- src/datas/what-is-tia/seoContent.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/datas/what-is-tia/seoContent.js b/src/datas/what-is-tia/seoContent.js index d83a775d7..a40c4c8df 100644 --- a/src/datas/what-is-tia/seoContent.js +++ b/src/datas/what-is-tia/seoContent.js @@ -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.", + title: "What is TIA? | celestia.org", + description: "Learn about TIA, the native token of the Celestia blockchain.", image: "", -}; \ No newline at end of file +}; From aa9ef0e90a2137eeb8c42895728b2cf4847d4eda Mon Sep 17 00:00:00 2001 From: Alex Beckett <75361908+alex-beckett@users.noreply.github.com> Date: Mon, 21 Aug 2023 11:07:23 +0300 Subject: [PATCH 4/8] Update what-is-tia.js --- src/pages/what-is-tia.js | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/pages/what-is-tia.js b/src/pages/what-is-tia.js index 4d382504d..2465344c5 100644 --- a/src/pages/what-is-tia.js +++ b/src/pages/what-is-tia.js @@ -77,11 +77,11 @@ const WhatIsTIA = () => {

You own your TIA

- Anyone can download a non-custodial wallet to freely transact and control their TIA. No banks or - intermediaries are trusted to do this for you. + Anyone can download a non-custodial wallet to freely transact and control their TIA. + No banks or intermediaries necessary.

- This does mean it’s important to{" "} + It’s important to{" "} get familiar with basic wallet practices↗ {" "} @@ -103,16 +103,15 @@ const WhatIsTIA = () => {

-

Staking

+

Stake TIA

Nodes on Celestia lock up (stake) TIA to become a validator that participates in consensus. Any node can enter the validator set if they have enough tokens to join the top 75 by stake.

- Users that don’t reach the top 75 or don’t want to run a validator can delegate their TIA to an existing - validator that will stake it on their behalf. TIA delegations can always be retrieved from validators - after undergoing a 3-week unbonding period. + Users can stake TIA by delegating to a validator in the active set and receive a share of + Celestia’s staking rewards. Delegations can always be retrieved after a 3-week unbonding period.

From 524f06f11dce329a83b2ac14de91771b6b79ea6b Mon Sep 17 00:00:00 2001 From: Alex Beckett <75361908+alex-beckett@users.noreply.github.com> Date: Mon, 21 Aug 2023 11:08:48 +0300 Subject: [PATCH 5/8] Update wallets.js --- src/datas/what-is-tia/wallets.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/datas/what-is-tia/wallets.js b/src/datas/what-is-tia/wallets.js index 871366e11..87b212977 100644 --- a/src/datas/what-is-tia/wallets.js +++ b/src/datas/what-is-tia/wallets.js @@ -5,7 +5,7 @@ export const wallets = { { id: 1, title: "Keplr Wallet", - device: ["Mobile", "Desktop", "Staking"], + device: ["IOS", "Android", "Desktop", "Staking"], image: "what-is-tia/kepler-icon.jpg", backdropClass: "opacity-50", url: "https://www.keplr.app/", @@ -14,7 +14,7 @@ export const wallets = { { id: 2, title: "Cosmostation", - device: ["Mobile", "Desktop", "Staking"], + device: ["IOS", "Android", "Desktop", "Staking"], image: "what-is-tia/cosmostation-icon.jpg", backdropClass: "opacity-100", url: "https://cosmostation.io/products/cosmostation_extension", @@ -23,7 +23,7 @@ export const wallets = { { id: 3, title: "Leap", - device: ["Mobile", "Desktop", "Staking"], + device: ["IOS", "Android", "Desktop", "Staking"], image: "what-is-tia/leap-icon.jpg", backdropClass: "opacity-100", url: "https://www.leapwallet.io/", @@ -32,7 +32,7 @@ export const wallets = { { id: 4, title: "Ledger", - device: ["Mobile", "Desktop", "Staking"], + device: ["IOS", "Android", "Desktop", "Staking"], image: "what-is-tia/ledger-icon.jpg", backdropClass: "opacity-50", url: "https://www.ledger.com/", From 7fd13071aa9ada31360953217f0e4a84f92df64e Mon Sep 17 00:00:00 2001 From: Alex Beckett <75361908+alex-beckett@users.noreply.github.com> Date: Mon, 21 Aug 2023 11:14:59 +0300 Subject: [PATCH 6/8] Update wallets.js --- src/datas/what-is-tia/wallets.js | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/datas/what-is-tia/wallets.js b/src/datas/what-is-tia/wallets.js index 87b212977..e802c05b8 100644 --- a/src/datas/what-is-tia/wallets.js +++ b/src/datas/what-is-tia/wallets.js @@ -5,37 +5,37 @@ export const wallets = { { id: 1, title: "Keplr Wallet", - device: ["IOS", "Android", "Desktop", "Staking"], + device: ["IOS", "Android", "Desktop"], image: "what-is-tia/kepler-icon.jpg", - backdropClass: "opacity-50", - url: "https://www.keplr.app/", + backdropClass: "opacity-50", + url: "https://www.keplr.app/", type: "external", }, { id: 2, title: "Cosmostation", - device: ["IOS", "Android", "Desktop", "Staking"], + device: ["IOS", "Android", "Desktop"], image: "what-is-tia/cosmostation-icon.jpg", - backdropClass: "opacity-100", - url: "https://cosmostation.io/products/cosmostation_extension", + backdropClass: "opacity-100", + url: "https://cosmostation.io/products/cosmostation_extension", type: "external", }, { id: 3, title: "Leap", - device: ["IOS", "Android", "Desktop", "Staking"], + device: ["IOS", "Android", "Desktop"], image: "what-is-tia/leap-icon.jpg", - backdropClass: "opacity-100", - url: "https://www.leapwallet.io/", + backdropClass: "opacity-100", + url: "https://www.leapwallet.io/", type: "external", }, { id: 4, title: "Ledger", - device: ["IOS", "Android", "Desktop", "Staking"], + device: ["IOS", "Android", "Desktop"], image: "what-is-tia/ledger-icon.jpg", - backdropClass: "opacity-50", - url: "https://www.ledger.com/", + backdropClass: "opacity-50", + url: "https://www.ledger.com/", type: "external", }, ], From 9c19e5d8cf5b304f98e7e4de2842c4be10f48982 Mon Sep 17 00:00:00 2001 From: Alex Beckett <75361908+alex-beckett@users.noreply.github.com> Date: Mon, 21 Aug 2023 11:28:52 +0300 Subject: [PATCH 7/8] Update role.js --- src/datas/what-is-tia/role.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/datas/what-is-tia/role.js b/src/datas/what-is-tia/role.js index 5950a82b6..a65dcb84d 100644 --- a/src/datas/what-is-tia/role.js +++ b/src/datas/what-is-tia/role.js @@ -18,7 +18,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", }, From 04c1e5d355095d0de2d8a07cf4fce24e6914bfd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s?= Date: Mon, 21 Aug 2023 12:47:00 +0200 Subject: [PATCH 8/8] update wallets lazout --- src/pages/what-is-tia.js | 2 +- src/scss/pages/page-what-is-tia.scss | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/pages/what-is-tia.js b/src/pages/what-is-tia.js index 2465344c5..37930101c 100644 --- a/src/pages/what-is-tia.js +++ b/src/pages/what-is-tia.js @@ -166,7 +166,7 @@ const WhatIsTIA = () => {

{wallets.title}

{wallets.details}

-
+
{wallets.items.map(function (item) { return (
diff --git a/src/scss/pages/page-what-is-tia.scss b/src/scss/pages/page-what-is-tia.scss index c1699e1a5..699f2cef5 100644 --- a/src/scss/pages/page-what-is-tia.scss +++ b/src/scss/pages/page-what-is-tia.scss @@ -357,9 +357,6 @@ flex-basis: 50%; padding-right: 20px; } - @include media-breakpoint-up(xxl) { - flex-basis: 33.33%; - } .wallet-card { position: relative; @@ -474,7 +471,7 @@ } } } - .three-col-grid { + .two-col-flex { display: flex; flex-wrap: wrap; }