Merge pull request #495 from aryanprince/feat/add-paypal-logo
🧑‍🚀 Check / ⚡ Testing with Vitest (push) Waiting to run
🧑‍🚀 Check / 📦 SVGs Size (push) Waiting to run
🧑‍🚀 Check / 🛠️ Build app (push) Waiting to run
🚀 Deploy / API - Cloudflare Workers (push) Waiting to run

📦 Add PayPal SVG logo and wordmark
This commit is contained in:
Pablo Hdez
2025-01-12 23:58:41 +00:00
committed by GitHub
3 changed files with 24 additions and 0 deletions
+7
View File
@@ -1,6 +1,13 @@
import type { iSVG } from '../types/svg';
export const svgs: iSVG[] = [
{
title: 'PayPal',
category: 'Payment',
route: '/library/paypal.svg',
wordmark: '/library/paypal-wordmark.svg',
url: 'https://paypal.com'
},
{
title: 'Google Drive',
category: 'Google',