Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDoge committed Nov 19, 2024
1 parent 67eabe7 commit 06f88ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/app/src/app/layout/Header/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export function Header() {
);
} else {
return a({ class: "button" })
.href(connectWallet.searchParam.toHref("auto"))
.href(connectWallet.searchParam.toHref("open"))
.children("Sign In/Up");
}
}),
Expand Down

0 comments on commit 06f88ee

Please sign in to comment.