From 398f98eb389969a71009cd6665eeb8f10b0d83be Mon Sep 17 00:00:00 2001 From: Poafs1 Date: Tue, 30 Apr 2024 10:58:30 +0700 Subject: [PATCH 1/2] fix(components): fix wasm page container text alignment --- src/lib/components/WasmPageContainer.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/lib/components/WasmPageContainer.tsx b/src/lib/components/WasmPageContainer.tsx index 6163c1532..d298f434f 100644 --- a/src/lib/components/WasmPageContainer.tsx +++ b/src/lib/components/WasmPageContainer.tsx @@ -1,5 +1,5 @@ import type { BoxProps } from "@chakra-ui/react"; -import { Box } from "@chakra-ui/react"; +import { Flex } from "@chakra-ui/react"; import type { ReactNode } from "react"; type WasmPageContainerProps = { @@ -8,9 +8,10 @@ type WasmPageContainerProps = { }; const WasmPageContainer = ({ children, boxProps }: WasmPageContainerProps) => ( - ( {...boxProps} > {children} - + ); export default WasmPageContainer; From ed48fc395689a65f8611ae740ad8578b3b6f1fe8 Mon Sep 17 00:00:00 2001 From: Poafs1 Date: Tue, 30 Apr 2024 11:01:51 +0700 Subject: [PATCH 2/2] docs: update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a262122f..6dacd6ea1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,6 +49,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Bug fixes +- [#904](https://github.com/alleslabs/celatone-frontend/pull/904) Fix wasm page container text alignment - [#893](https://github.com/alleslabs/celatone-frontend/pull/893) Fix validator list percent ## v1.6.0