Closed rossbulat closed 2 months ago
[!CAUTION]
Review failed
The pull request is closed.
The changes introduce a new constant, DocsUrl
, in the src/consts.ts
file, providing a link to the Polkadot documentation. Additionally, the Header
component in src/library/Header/index.tsx
has been updated to include a button that directs users to this documentation. The button utilizes the faFileDoc
icon, enhancing user access to important resources while maintaining existing functionality.
File | Change Summary |
---|---|
src/consts.ts |
Added export const DocsUrl = 'https://docs.polkadot.cloud'; |
src/library/Header/index.tsx |
Added a button for documentation access, importing DocsUrl and updating the icon to faFileDoc . |
In the code where constants play,
A new link shines bright as day.
With a button to guide the way,
To docs where knowledge hops and stays.
A rabbit's cheer for changes made,
In Polkadot's world, let’s not be afraid! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Adds a link to Polkadot Cloud docs to the console
Header
.Summary by CodeRabbit
New Features
Style