Skip to content

Commit 1142802

Browse files
committed
fix fee sharing percentage
1 parent 6a944a1 commit 1142802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/src/components/pay/PayConfig.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ export const PayConfig: React.FC<PayConfigProps> = ({ apiKey }) => {
119119
</h3>
120120
<p className="mt-1.5 mb-4 text-foreground text-sm">
121121
thirdweb collects a 1% fee per end user transaction through{" "}
122-
<strong>Buy With Crypto</strong>. We share 30% of this fee with
122+
<strong>Buy With Crypto</strong>. We share 70% of this fee with
123123
you.{" "}
124124
<Link
125125
href="https://portal.thirdweb.com/connect/pay/fee-sharing"

0 commit comments

Comments
 (0)