Skip to content

Commit

Permalink
feat: Sale widget - advanced topup options link to Squid (#1970)
Browse files Browse the repository at this point in the history
  • Loading branch information
sharif9876 authored Jul 15, 2024
1 parent c749ed5 commit 460e56d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ export function TopUpView({

localTrack('AdvancedOptions', { ...data, widgetEvent });

window.open(`${toolkitBaseUrl}/faster-bridge/`, '_blank');
window.open(`${toolkitBaseUrl}/squid-bridge/`, '_blank');
};

const renderFees = (txt: string): ReactNode => (
Expand Down

0 comments on commit 460e56d

Please sign in to comment.