Skip to content

Commit

Permalink
Update bridge language
Browse files Browse the repository at this point in the history
  • Loading branch information
zeekay committed Oct 30, 2024
1 parent dddd896 commit a953273
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/NetworkAlert/NetworkAlert.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,15 +169,15 @@ export function NetworkAlert() {
return bridge ? (
<RootWrapper>
<ContentWrapper chainId={chainId} darkMode={darkMode} logoUrl={logoUrl}>
<LinkOutToBridge href={bridge}>
<LinkOutToBridge href="https://bridge.lux.network">
<BodyText color={textColor}>
<L2Icon src={logoUrl} />
<AutoRow>
<Header>
<Trans>{label} token bridge</Trans>
<Trans>Lux Bridge</Trans>
</Header>
<HideSmall>
<Trans>Deposit tokens to the {label} network.</Trans>
<Trans>Deposit digital assets to the Lux Network, gas free.</Trans>
</HideSmall>
</AutoRow>
</BodyText>
Expand Down

0 comments on commit a953273

Please sign in to comment.