Skip to content

Commit

Permalink
unbonding period date update.
Browse files Browse the repository at this point in the history
  • Loading branch information
SrikanthSoparla committed Dec 4, 2024
1 parent 237062a commit 1b28792
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/containers/Home/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,11 @@ margin-bottom: 0;
@media (max-width: 2000px) {
.stake .stake_content .heading .buttons {
display: flex;
align-items: center;
}

.stake .stake_content .heading .buttons > p {
margin-right: 10px;
}
}

Expand Down
1 change: 1 addition & 0 deletions src/containers/Home/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ class Home extends Component {
</div>
<div className="buttons">
{/* <MultiDelegateButton/> */}
<p>Unbonding Period: 14 Days</p>
<Button className="view_all" onClick={() => this.handleRedirect('/stake')}>
{variables[this.props.lang]['view_all']}
</Button>
Expand Down
2 changes: 1 addition & 1 deletion src/containers/Stake/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const Stake = (props) => {
{/* <span/> */}
{/* <MultiDelegateButton/> */}
</div>
{/* <p>Unbonding Period: 21 Days</p> */}
<p>Unbonding Period: 14 Days</p>
</div>
<Table active={active}/>
</div>
Expand Down

0 comments on commit 1b28792

Please sign in to comment.