Skip to content

Commit

Permalink
header bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
VoroninDima committed Oct 12, 2023
1 parent ac0b71c commit 8e866e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airdao/ui-library",
"version": "1.1.2",
"version": "1.1.3",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Header/Header.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@
.address-info__copy {
position: relative;
cursor: pointer;
top: 2px;
top: 3px;
}

.address-info__disconnect {
Expand Down

0 comments on commit 8e866e4

Please sign in to comment.