Skip to content

Commit

Permalink
fix(dcellar-web-ui): Fix the get-testnet-tokens card style (#392)
Browse files Browse the repository at this point in the history
* fix(dcellar-web-ui): fix the get testnet tokens card style

* docs(dcellar-web-ui): update changelog
  • Loading branch information
devinxl authored Jun 21, 2024
1 parent 6865344 commit af02c7d
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
12 changes: 12 additions & 0 deletions apps/dcellar-web-ui/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "dcellar-web-ui",
"entries": [
{
"version": "1.7.1",
"tag": "dcellar-web-ui_v1.7.1",
"date": "Fri, 21 Jun 2024 06:15:11 GMT",
"comments": {
"patch": [
{
"comment": "Fix the get-testnet-tokens card style"
}
]
}
},
{
"version": "1.7.0",
"tag": "dcellar-web-ui_v1.7.0",
Expand Down
9 changes: 8 additions & 1 deletion apps/dcellar-web-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - dcellar-web-ui

This log was last generated on Thu, 06 Jun 2024 03:14:47 GMT and should not be manually modified.
This log was last generated on Fri, 21 Jun 2024 06:15:11 GMT and should not be manually modified.

## 1.7.1
Fri, 21 Jun 2024 06:15:11 GMT

### Patches

- Fix the get-testnet-tokens card style

## 1.7.0
Thu, 06 Jun 2024 03:14:47 GMT
Expand Down
2 changes: 1 addition & 1 deletion apps/dcellar-web-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dcellar-web-ui",
"version": "1.7.0",
"version": "1.7.1",
"private": false,
"scripts": {
"dev": "node ./scripts/dev.js -p 3200",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ export const Faucet = memo(function Faucet() {
return (
<Flex
margin="16px auto 0"
w={'484px'}
h={'auto'}
p={'12px 24px'}
borderRadius="8px"
Expand Down

0 comments on commit af02c7d

Please sign in to comment.