Skip to content

Commit

Permalink
chore: updates per review
Browse files Browse the repository at this point in the history
Signed-off-by: james-a-morris <[email protected]>
  • Loading branch information
james-a-morris committed Dec 3, 2024
1 parent a2e07d5 commit 72bdc27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
5 changes: 4 additions & 1 deletion src/views/DepositStatus/components/BuildOnAcrossCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ export function BuildOnAcrossCard() {
borderColor="teal-15"
backgroundColor="black-700"
onClick={() => {
window.location.replace("https://across.to/across-plus");
window.open(
"https://docs.across.to/use-cases/instant-bridging-in-your-application",
"_blank"
);
}}
>
Start Building
Expand Down
7 changes: 0 additions & 7 deletions src/views/DepositStatus/components/DepositStatusUpperCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import { ElapsedTime } from "./ElapsedTime";
import { FromBridgePagePayload } from "views/Bridge/hooks/useBridgeAction";
import { DateTime } from "luxon";
import { useResolveFromBridgePagePayload } from "../hooks/useResolveFromBridgePagePayload";
import SharedSocialsCard from "./SharedSocialsCard";
import DepositStatusAnimatedIcons from "./DepositStatusAnimatedIcons";

type Props = {
Expand Down Expand Up @@ -171,12 +170,6 @@ export function DepositStatusUpperCard({
amountSent={amountAsBaseCurrency?.toString()}
netFee={estimatedRewards?.netFeeAsBaseCurrency?.toString()}
/>
<SharedSocialsCard
inputTokenSymbol={inputTokenSymbol}
fromChainId={fromChainId}
toChainId={toChainId}
amountSent={fromBridgePagePayload?.depositArgs?.initialAmount}
/>
</DepositTimeCardSocialSharedWrapper>
</Wrapper>
);
Expand Down

0 comments on commit 72bdc27

Please sign in to comment.