diff --git a/docs/docs/index.md b/docs/docs/index.md index 6b0f40c2ef..1f96ef2e3d 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -18,7 +18,7 @@ Learn more about [being a delegator](./delegators/delegator-faq.md), learn about ## Cosmos Hub Wallets -:::warning +:::tip Do your own research and take precautions in regards to wallet security. Maintaining proper security practices is solely your responsibility when using third party wallets. ::: diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index c213f3b8dd..9120b8419c 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -56,8 +56,8 @@ const config = { versions: { current: { path: "main", - label: "Unreleased (main)", - banner: "unreleased", + label: "Latest", + banner: "none", }, }, },