diff --git a/CHANGELOG.md b/CHANGELOG.md index cd21a6bc5..7785df43e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,7 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased ### Features - +- [#80](https://github.com/alleslabs/celatone-frontend/pull/80) Fix the misalignment of state in the PastTx page - [#70](https://github.com/alleslabs/celatone-frontend/pull/70) Change default token denom on contract detail - [#78](https://github.com/alleslabs/celatone-frontend/pull/78) Ignore building step when branch is not main - [#62](https://github.com/alleslabs/celatone-frontend/pull/62) Add footer diff --git a/src/lib/components/Loading.tsx b/src/lib/components/Loading.tsx index bbcbf45b8..0b10be746 100644 --- a/src/lib/components/Loading.tsx +++ b/src/lib/components/Loading.tsx @@ -2,7 +2,14 @@ import { Flex, Spinner, Text } from "@chakra-ui/react"; export const Loading = () => { return ( - + Loading ... diff --git a/src/lib/pages/pastTxs/components/FalseState.tsx b/src/lib/pages/pastTxs/components/FalseState.tsx index a86c05ebb..92ca2c4d3 100644 --- a/src/lib/pages/pastTxs/components/FalseState.tsx +++ b/src/lib/pages/pastTxs/components/FalseState.tsx @@ -8,12 +8,19 @@ interface FalseStateProps { } export const FalseState = ({ icon, text1, text2 }: FalseStateProps) => { return ( - +