From 1fda321eb600def709fc119c21411fb6536f2ce3 Mon Sep 17 00:00:00 2001 From: Aryan Prince Date: Sun, 5 Jan 2025 18:05:14 +0300 Subject: [PATCH] chore: Add Venmo logo info to data file --- src/data/svgs.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/data/svgs.ts b/src/data/svgs.ts index e945d48e..8cc4aad8 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -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',