Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(dcellar-web-ui): Fix the get-testnet-tokens card style #392

Merged
merged 2 commits into from
Jun 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading