Skip to content

Commit

Permalink
feature: Reach block (#96)
Browse files Browse the repository at this point in the history
* reach

* bump patch

* finaltiy -> finality
  • Loading branch information
gbarkhatov authored Aug 21, 2024
1 parent ef89200 commit 40aedf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export const FinalityProviders: React.FC<FinalityProvidersProps> = ({
return (
<>
<p>
<strong>Step-1:</strong> Select a finaltiy provider
<strong>Step-1:</strong> Select a finality provider
</p>
<div className="hidden gap-2 px-4 lg:grid lg:grid-cols-stakingFinalityProvidersDesktop">
<p>Finality Provider</p>
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/Staking/Staking.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ export const Staking: React.FC<StakingProps> = ({
<Message
title="Staking has not yet started"
messages={[
`Staking will be activated once ${coinName} block height passes ${
`Staking will be activated once ${coinName} block height reaches ${
firstActivationHeight ? firstActivationHeight - 1 : "-"
}. The current ${coinName} block height is ${btcHeight || "-"}.`,
]}
Expand Down

0 comments on commit 40aedf1

Please sign in to comment.