Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ function PayoutDetailsSheetContent({ payout }: PayoutDetailsSheetProps) {
<Tooltip
content={[
payout.method === "stablecoin" &&
`Stablecoin payouts on Dub are subject to a [${STABLECOIN_PAYOUT_FEE_RATE * 100}% transaction fee](https://dub.co/help/article/receiving-payouts#stablecoin-payouts).`,
`Stablecoin payouts on Dub are subject to a [${STABLECOIN_PAYOUT_FEE_RATE * 100}% transaction fee](https://dub.co/help/article/receiving-payouts#connecting-a-stablecoin-wallet).`,
payout.amount < MIN_WITHDRAWAL_AMOUNT_CENTS &&
`Since this payout is below the [minimum withdrawal amount](https://dub.co/help/article/receiving-payouts#what-is-the-minimum-withdrawal-amount-and-how-does-it-work) of ${currencyFormatter(MIN_WITHDRAWAL_AMOUNT_CENTS, { trailingZeroDisplay: "stripIfInteger" })}, a ${currencyFormatter(BELOW_MIN_WITHDRAWAL_FEE_CENTS, { trailingZeroDisplay: "stripIfInteger" })} withdrawal fee was applied.`,
]
Expand Down
2 changes: 1 addition & 1 deletion apps/web/ui/partners/payouts/stablecoin-payout-modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ function StablecoinPayoutModal({

<MarkdownDescription className="text-sm leading-5 text-neutral-600">
With [stablecoin
payouts](https://dub.co/help/article/receiving-payouts#stablecoin-payouts),
payouts](https://dub.co/help/article/receiving-payouts#connecting-a-stablecoin-wallet),
you can get paid USDC anywhere in the world in minutes – instead of
waiting up to 15 business days with your bank account.
</MarkdownDescription>
Expand Down
Loading