diff --git a/CHANGELOG.md b/CHANGELOG.md index da10c5840..dc9c1c224 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -77,6 +77,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Improvements +- [#973](https://github.com/alleslabs/celatone-frontend/pull/973) Remove overview text from landing page title - [#967](https://github.com/alleslabs/celatone-frontend/pull/967) Utilize consensus address for better consistency - [#963](https://github.com/alleslabs/celatone-frontend/pull/963) Add separator between token in tx message - [#959](https://github.com/alleslabs/celatone-frontend/pull/959) Update @cosmos-kit/react to v2.15.0 and friends diff --git a/src/lib/pages/home/lite.tsx b/src/lib/pages/home/lite.tsx index 111f72d06..1390243d0 100644 --- a/src/lib/pages/home/lite.tsx +++ b/src/lib/pages/home/lite.tsx @@ -36,11 +36,8 @@ export const HomeLite = () => { borderBottom={{ base: "1px solid", md: "0px" }} borderColor="gray.700" > - - - {prettyName} - {" "} - Overview + + {prettyName}