Skip to content

Commit

Permalink
chore: fix bebop typo (#1572)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcheee authored Dec 6, 2024
1 parent 332fcb9 commit 44a7a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Widgets/Widget.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export function Widget({
},
exchanges: {
allow: configTheme?.allowedExchanges,
deny: ['bepop', 'paraswap', '0x'],
deny: ['bebop', 'paraswap', '0x'],
},
languages: {
default: i18n.language as LanguageKey,
Expand Down

0 comments on commit 44a7a99

Please sign in to comment.