Skip to content

Commit 4960c4b

Browse files
chore: update svg path (calcom#23460)
Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com>
1 parent 5c51b06 commit 4960c4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/app-store/paypal/components/PaypalPaymentComponent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export const PaypalPaymentComponent = (props: IPaypalPaymentComponentProps) => {
5252
className="inline-flex items-center justify-center rounded-2xl rounded-md border border-transparent bg-[#ffc439] px-12 py-2 text-base
5353
font-medium text-black shadow-sm hover:brightness-95 focus:outline-none focus:ring-offset-2">
5454
Pay with
55-
<img src="/api/app-store/paypal/paypal-logo.svg" alt="Paypal" className="mx-2 mb-1 mt-2 w-16" />
55+
<img src="/app-store/paypal/paypal-logo.svg" alt="Paypal" className="mx-2 mb-1 mt-2 w-16" />
5656
<span />
5757
</Link>
5858
</div>

0 commit comments

Comments
 (0)