Skip to content

Commit

Permalink
test: remove button type
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanaden committed Dec 12, 2024
1 parent 97cd174 commit d173753
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/unified/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana-wallets/unified",
"version": "0.3.8",
"version": "0.3.13",
"description": "Example hello world package in the solana-wallets repository.",
"license": "MIT",
"author": "aidanaden",
Expand Down
6 changes: 3 additions & 3 deletions packages/unified/src/components/UnifiedWalletButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ export const UnifiedWalletButton: Component<UnifiedWalletButtonProps> = props =>
<Switch>
<Match when={name() && publicKey()}>
<button
type="button"
class="flex items-center py-2 px-3 rounded-2xl h-7 cursor-pointer bg-v3-bg text-white w-auto"
// type="button"
// class="flex items-center py-2 px-3 rounded-2xl h-7 cursor-pointer bg-v3-bg text-white w-auto"
onClick={dispatchDisconnect}
// class={props.currentUserClassName}
class={props.currentUserClassName}
>
<span
class="w-4 h-4 rounded-full flex justify-center items-center"
Expand Down

0 comments on commit d173753

Please sign in to comment.