diff --git a/pages/index.tsx b/pages/index.tsx index fea3f29..ccd3717 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -81,11 +81,18 @@ export default function Home() { - Osmo is required for this transaction + 0.5+ Osmo is required for this transaction{" "} + + GET OSMO + - More wallet support coming soon + Make sure you have a Cosmos wallet installed @@ -246,4 +253,8 @@ const CheckContainer = styled.div` padding-left: 0.75rem; color: ${color.grey["400"]}; + + a { + color: ${color.grey["400"]}; + } `;