Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Lysak committed Dec 2, 2024
1 parent f5ecdd2 commit e3d028e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ConnectButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ export const ConnectButton = ({ isTabBar, large, inHeader }: Props) => {
return (
<StyledButtonWrapper $large={large} $isTabBar={isTabBar}>
<Button
data-testid={getTestId(isTabBar, !inHeader)}
data-testid={getTestId(isTabBar, inHeader)}
onClick={() => openConnectModal?.()}
size={breakpoints.sm || large ? 'medium' : 'small'}
width={inHeader ? '45' : undefined}
Expand Down

0 comments on commit e3d028e

Please sign in to comment.