From 55670d6e6f02ba9a1ae210c2b01fec2e00e18e5c Mon Sep 17 00:00:00 2001 From: Trung-Tin Pham <60747384+AtelyPham@users.noreply.github.com> Date: Tue, 8 Aug 2023 02:35:28 +0700 Subject: [PATCH] [RELEASE] Hot Fix the Fixed Height on Stats dApp (#1509) --- apps/faucet/CHANGELOG.md | 2 +- apps/stats-dapp/CHANGELOG.md | 2 +- apps/stats-dapp/src/containers/Layout/Layout.tsx | 2 +- apps/tangle-website/CHANGELOG.md | 2 +- apps/webbsite/CHANGELOG.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/faucet/CHANGELOG.md b/apps/faucet/CHANGELOG.md index d4ed14abcc..8597c4ae78 100644 --- a/apps/faucet/CHANGELOG.md +++ b/apps/faucet/CHANGELOG.md @@ -78,4 +78,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.0.6] - 2023-08-07 -- Improve the Faucet UI ([#1454](https://github.com/webb-tools/webb-dapp/pull/1454)) +- Improve the Faucet UI ([#1454](https://github.com/webb-tools/webb-dapp/pull/1454)). diff --git a/apps/stats-dapp/CHANGELOG.md b/apps/stats-dapp/CHANGELOG.md index da11b9d838..c6ad223d3e 100644 --- a/apps/stats-dapp/CHANGELOG.md +++ b/apps/stats-dapp/CHANGELOG.md @@ -123,4 +123,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed, Changed and Added -- Removes proposal page and addresses bugs in keys and authorities page ([#1501](https://github.com/webb-tools/webb-dapp/pull/1501)) +- Removes proposal page and addresses bugs in keys and authorities page ([#1501](https://github.com/webb-tools/webb-dapp/pull/1501)). diff --git a/apps/stats-dapp/src/containers/Layout/Layout.tsx b/apps/stats-dapp/src/containers/Layout/Layout.tsx index 3273dade62..4d0d4f0849 100644 --- a/apps/stats-dapp/src/containers/Layout/Layout.tsx +++ b/apps/stats-dapp/src/containers/Layout/Layout.tsx @@ -141,7 +141,7 @@ export const Layout: FC = ({ children }) => {