Skip to content

Commit

Permalink
Merge branch '@matthew/backend-chain-badge' of https://github.com/rai…
Browse files Browse the repository at this point in the history
…nbow-me/rainbow into @matthew/backend-chain-badge
  • Loading branch information
walmat committed Jan 17, 2025
2 parents 07e22bd + 618465c commit df27bc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/L2Disclaimer.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const L2Disclaimer = ({
? customText
: lang.t(lang.l.expanded_state.asset.l2_disclaimer, {
symbol,
network: useBackendNetworksStore.getState().getChainsName()[chainId],
network: useBackendNetworksStore.getState().getChainsLabel()[chainId],
})}
</Text>
</Column>
Expand Down
2 changes: 1 addition & 1 deletion src/screens/MintsSheet/card/Card.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export function Card({ collection }: { collection: MintableCollection }) {
</Inset>
<Cover alignVertical="top" alignHorizontal="right">
<Bleed vertical="3px">
<ChainImage chainId={collection.chainId} size={20} />
<ChainImage chainId={collection.chainId} position="relative" size={20} />
</Bleed>
</Cover>
</Box>
Expand Down

0 comments on commit df27bc0

Please sign in to comment.