Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
AtelyPham committed Aug 7, 2023
2 parents 91ece54 + 55670d6 commit 2b5d4e5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/faucet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)).
2 changes: 1 addition & 1 deletion apps/stats-dapp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)).
2 changes: 1 addition & 1 deletion apps/stats-dapp/src/containers/Layout/Layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export const Layout: FC<PropsWithChildren> = ({ children }) => {
<div>
<div
className={cx(
'w-full mx-auto flex-1 pb-10 h-[1900px]',
'w-full mx-auto flex-1 pb-10',
"bg-[url('assets/stats-bg.png')] dark:bg-[url('assets/stats-dark-bg.png')]",
'bg-no-repeat bg-cover'
)}
Expand Down
2 changes: 1 addition & 1 deletion apps/tangle-website/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,4 +84,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed, Changed and Added

- chore: update privacy & policy page in mkt sites based on latest design ([#1492](https://github.com/webb-tools/webb-dapp/pull/1492))
- chore: update privacy & policy page in mkt sites based on latest design ([#1492](https://github.com/webb-tools/webb-dapp/pull/1492)).
2 changes: 1 addition & 1 deletion apps/webbsite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed, Changed and Added

- Fixed font family and font size in webbsite.
- Fixed font family and font size issues on webbsite.

0 comments on commit 2b5d4e5

Please sign in to comment.