Skip to content

Commit

Permalink
fix: links to the delegate page
Browse files Browse the repository at this point in the history
  • Loading branch information
cuteolaf committed Aug 12, 2024
1 parent ff2aaa4 commit 1694340
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export const Footer = () => {
Taostats is funded by public delegation. Support us
by delegating{" "}
<a
href="https://delegate.taostats.io/staking?hkey=5Hddm3iBFD2GLT5ik7LZnT3XJUnRnN8PoeCFgGQgawUVKNm8"
href="https://delegate.taostats.io/delegate?hotkey=5Hddm3iBFD2GLT5ik7LZnT3XJUnRnN8PoeCFgGQgawUVKNm8"
style={{ color: "#14dec2" }}
>
stake to the taostats.io validator
Expand Down
2 changes: 1 addition & 1 deletion src/components/StakingCalculator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ function StakingCalculator({
</div>
<div css={returnTitle}>Ready to delegate some stake?</div>
<ButtonLink
to={`https://delegate.taostats.io/staking/?hkey=${validator?.address}&_gl=1*1n668ce*_ga*MTg2NzIzMTA0Ny4xNzEyMDc3NDk3*_ga_VCM7H6TDR4*MTcxNjkzNzQ5NS4yNS4xLjE3MTY5MzkzOTkuMC4wLjA.`}
to={`https://delegate.taostats.io/delegate?hotkey=${validator?.address}&_gl=1*1n668ce*_ga*MTg2NzIzMTA0Ny4xNzEyMDc3NDk3*_ga_VCM7H6TDR4*MTcxNjkzNzQ5NS4yNS4xLjE3MTY5MzkzOTkuMC4wLjA.`}
size="small"
color="secondary"
variant="contained"
Expand Down
2 changes: 1 addition & 1 deletion src/screens/validator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ export const ValidatorPage = () => {
/>
<div css={stakeButton}>
<ButtonLink
to={`https://delegate.taostats.io/staking?hkey=${address}`}
to={`https://delegate.taostats.io/delegate?hotkey=${address}`}
size="small"
variant="outlined"
color="secondary"
Expand Down

0 comments on commit 1694340

Please sign in to comment.