Skip to content

Commit

Permalink
feat: LIVE-10089 opens link in browser (#7402)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreicovaciu committed Jul 23, 2024
1 parent a31282b commit 1434b03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ const SwapCompleted = ({
flow: "swap",
button: "FeedbackForm",
});
openURL("https://ledger.typeform.com/to/FIHc3fk2");
};

const SwapPill = ({ swapId }: { swapId: string }) => (
Expand Down Expand Up @@ -121,7 +122,6 @@ const SwapCompleted = ({
<SwapPill swapId={swapId} />
<Link
mt={4}
href="https://ledger.typeform.com/to/FIHc3fk2"
target="_blank"
rel="noopener noreferrer"
data-test-id="share-your-feedback-link"
Expand Down

0 comments on commit 1434b03

Please sign in to comment.