Skip to content

Commit

Permalink
Merge branch 'feature/tia-page' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamás committed Aug 18, 2023
2 parents dcb0c80 + 50f8403 commit 3335c2d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/datas/what-is-tia/role.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: "Rollups can opt to use TIA as their gas token.",
image: "what-is-tia/what-is-tia-role-3.png",
type: "external",
},
Expand Down
Binary file modified src/images/what-is-tia/what-is-tia-role-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/what-is-tia/what-is-tia-role-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/images/what-is-tia/what-is-tia-role-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 5 additions & 9 deletions src/pages/what-is-tia.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const DevPortal = () => {
</p>
<p>
This does mean it’s important to{" "}
<a href='/' target='_blank'>
<a href='https://www.coinbase.com/security/security-tips' target='_blank'>
get familiar with basic wallet practices↗
</a>{" "}
for safely storing and transacting with TIA on Celestia.
Expand All @@ -107,19 +107,15 @@ const DevPortal = () => {
<h2 className='title'>Staking</h2>
<div className='custody-text-box'>
<p>
Nodes on Celestia lock up (stake) TIA to{" "}
<a href='/' target='_blank'>
become a validator
</a>{" "}
that participates in consensus. Any node can enter the validator set if they have enough tokens to join
the top 75 by stake.
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.
</p>
<p>
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.
<div className='link-wrapper'>
<a className='link' href='/'>
<a className='link' href='https://docs.celestia.org/'>
View Documentation
<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'>
<path
Expand Down Expand Up @@ -259,4 +255,4 @@ const DevPortal = () => {
);
};

export default DevPortal;
export default DevPortal;

0 comments on commit 3335c2d

Please sign in to comment.