Skip to content

Commit

Permalink
chore(NetworkSwitcher): Change tooltip placement to bottom (#5218)
Browse files Browse the repository at this point in the history
  • Loading branch information
Woody810 authored Nov 6, 2022
1 parent 5053369 commit 5aad0ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/NetworkSwitcher.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export const NetworkSwitcher = () => {
const symbol = NATIVE[foundChain?.id]?.symbol ?? foundChain?.nativeCurrency?.symbol
const { targetRef, tooltip, tooltipVisible } = useTooltip(
t('Unable to switch network. Please try it on your wallet'),
{ placement: 'auto' },
{ placement: 'bottom' },
)

const cannotChangeNetwork = !canSwitch
Expand Down

0 comments on commit 5aad0ab

Please sign in to comment.