Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix links in staking how it work page #224

Merged
merged 3 commits into from
Oct 3, 2022

Conversation

michalsmiarowski
Copy link
Contributor

@michalsmiarowski michalsmiarowski commented Oct 3, 2022

Fixes the links for how it works page of the staking page. The fixes was made for four buttons:

  • Authorize TBTC
  • TBTC Node Docs
  • Authorize Random Beacon
  • Random Beacon Node Docs

image

Also removes a warning - <p> cannot appear as a descendant of <p>.

Fix link in staking how it works page
There was an warning that said that the <p> elemnt can't be place inside a <p>
element. That's why we have to remove the <BodyMd> component, since inside it we
had another <BodyMd> and also <BodyXs> components.
@michalsmiarowski michalsmiarowski marked this pull request as ready for review October 3, 2022 10:55
@github-actions
Copy link

github-actions bot commented Oct 3, 2022

@r-czajkowski r-czajkowski merged commit db0a386 into main Oct 3, 2022
@r-czajkowski r-czajkowski deleted the fix-links-in-staking-how-it-work-page branch October 3, 2022 11:20
@r-czajkowski r-czajkowski added this to the v1.3.0 milestone Oct 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants