Skip to content

Commit

Permalink
Merge pull request #495 from aryanprince/feat/add-paypal-logo
Browse files Browse the repository at this point in the history
📦 Add PayPal SVG logo and wordmark
  • Loading branch information
pheralb authored Jan 12, 2025
2 parents 6117bc8 + fc7247c commit 4b4e034
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/data/svgs.ts
Original file line number Diff line number Diff line change
@@ -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',
Expand Down
16 changes: 16 additions & 0 deletions static/library/paypal-wordmark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions static/library/paypal.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4b4e034

Please sign in to comment.