Skip to content

Commit

Permalink
set correct button type
Browse files Browse the repository at this point in the history
  • Loading branch information
jvonasek committed Jun 28, 2024
1 parent d5f762a commit ed77bc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const Web3ConnectProviderButton: FC<Props> = ({ type, wallet }) => {
}

return (
<SProviderButton onClick={onClick}>
<SProviderButton onClick={onClick} type="button">
<img src={logo.src} alt={logo.alt} width={40} height={40} />
<Text fs={18} css={{ flexGrow: 1 }}>
{title}
Expand Down

0 comments on commit ed77bc7

Please sign in to comment.