We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c51b06 commit 4960c4bCopy full SHA for 4960c4b
1 file changed
packages/app-store/paypal/components/PaypalPaymentComponent.tsx
@@ -52,7 +52,7 @@ export const PaypalPaymentComponent = (props: IPaypalPaymentComponentProps) => {
52
className="inline-flex items-center justify-center rounded-2xl rounded-md border border-transparent bg-[#ffc439] px-12 py-2 text-base
53
font-medium text-black shadow-sm hover:brightness-95 focus:outline-none focus:ring-offset-2">
54
Pay with
55
- <img src="/api/app-store/paypal/paypal-logo.svg" alt="Paypal" className="mx-2 mb-1 mt-2 w-16" />
+ <img src="/app-store/paypal/paypal-logo.svg" alt="Paypal" className="mx-2 mb-1 mt-2 w-16" />
56
<span />
57
</Link>
58
</div>
0 commit comments