Skip to content

Commit

Permalink
Merge 408ee02 into 6249021
Browse files Browse the repository at this point in the history
  • Loading branch information
derHowie authored Jan 18, 2025
2 parents 6249021 + 408ee02 commit f45a3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Discover/TrendingTokens.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ function NetworkFilter() {
return {
icon: (
<View style={{ marginRight: 2 }}>
<ChainImage chainId={chainId} size={16} />
<ChainImage chainId={chainId} size={16} position="relative" />
</View>
),
label: useBackendNetworksStore.getState().getChainsLabel()[chainId],
Expand Down

0 comments on commit f45a3c4

Please sign in to comment.