Skip to content

Commit 1f53833

Browse files
authored
Fix chainport link so dropdowns populate correctly (#766)
1 parent 6a09274 commit 1f53833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/HomePage/Safety/Safety.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ export function Safety() {
180180
<ItemCard
181181
name={formatMessage(messages.chainPortBridge)}
182182
description={formatMessage(messages.chainPortBridgeDescription)}
183-
href="https://app.chainport.io/?from=ETHEREUM&to=IRONFISH"
183+
href="https://app.chainport.io/?from=ETHEREUM&token=USDC&to=IRONFISH&token=USDC"
184184
linkText={formatMessage(messages.chainPortBridgeLink)}
185185
imageSrc={chainportImage}
186186
imageContainerProps={{

0 commit comments

Comments
 (0)