Skip to content

Commit

Permalink
fix: update bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
zkLeonardo committed Mar 17, 2024
1 parent 1be233c commit e8feeed
Showing 1 changed file with 29 additions and 4 deletions.
33 changes: 29 additions & 4 deletions src/components/Bridge.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ export default function Bridge(props: IBridgeComponentProps) {
content={ContentForMNTDeposit}
isDisabled={actionBtnTooltipForMantleDisabeld}
>
<Button
{/* <Button
className="gradient-btn w-full rounded-full "
style={{ display: "flex", alignItems: "center" }}
disableAnimation
Expand All @@ -726,7 +726,20 @@ export default function Bridge(props: IBridgeComponentProps) {
disabled={actionBtnDisabled}
>
{btnText}
</Button>
</Button> */}
<a href="https://portal.zklink.io/bridge/" target="_blank">
<Button
className="gradient-btn w-full rounded-full "
style={{ display: "flex", alignItems: "center" }}
disableAnimation
size="lg"
// onClick={handleAction}
isLoading={loading}
// disabled={actionBtnDisabled}
>
Deposit through zkLink Nova Portal now
</Button>
</a>
</Tooltip>
) : (
<Button
Expand Down Expand Up @@ -892,7 +905,7 @@ export default function Bridge(props: IBridgeComponentProps) {
content={ContentForMNTDeposit}
isDisabled={actionBtnTooltipForMantleDisabeld}
>
<Button
{/* <Button
className="gradient-btn w-full rounded-full "
style={{ display: "flex", alignItems: "center" }}
disableAnimation
Expand All @@ -902,7 +915,19 @@ export default function Bridge(props: IBridgeComponentProps) {
disabled={actionBtnDisabled}
>
{btnText}
</Button>
</Button> */}
<a href="https://portal.zklink.io/bridge/" target="_blank">
<Button
className="gradient-btn w-full rounded-full "
style={{ display: "flex", alignItems: "center" }}
disableAnimation
size="lg"
isLoading={loading}
// disabled={actionBtnDisabled}
>
Deposit through zkLink Nova Portal now
</Button>
</a>
</Tooltip>
) : (
<Button
Expand Down

0 comments on commit e8feeed

Please sign in to comment.