Skip to content

Commit

Permalink
chore: Add Venmo logo info to data file
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanprince committed Jan 5, 2025
1 parent 87827d2 commit 1fda321
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/data/svgs.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
import type { iSVG } from '../types/svg';

export const svgs: iSVG[] = [
{
title: 'Venmo',
category: 'Payment',
route: '/library/venmo.svg',
url: 'https://venmo.com'
},
{
title: 'Google Drive',
category: 'Google',
Expand Down

0 comments on commit 1fda321

Please sign in to comment.