Skip to content

Commit

Permalink
add safepal fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VoroninDima committed Jun 24, 2024
1 parent be1a39a commit 7e4d7a5
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.5.4",
"version": "1.5.5",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/types.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/components/ConnectWallet/ConnectWallet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export function ConnectWallet({
alt='arrow'
/>
</button>
<button className={s['login-modal__btn']} style={{marginBottom: 16}} onClick={loginSafepal}>
<button className={s['login-modal__btn']} style={{marginTop: 16}} onClick={loginSafepal}>

Check failure on line 45 in src/components/ConnectWallet/ConnectWallet.tsx

View workflow job for this annotation

GitHub Actions / build

Replace `·className={s['login-modal__btn']}·style={{marginTop:·16}}·onClick={loginSafepal}` with `⏎········className={s['login-modal__btn']}⏎········style={{·marginTop:·16·}}⏎········onClick={loginSafepal}⏎······`
<img
src={safepal}
width='28'
Expand Down

0 comments on commit 7e4d7a5

Please sign in to comment.