Merge pull request #415 from Gothsec/drive-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 Google Drive SVG
This commit is contained in:
Pablo Hdez
2024-10-01 22:11:37 +01:00
committed by GitHub
2 changed files with 14 additions and 0 deletions
+6
View File
@@ -1,6 +1,12 @@
import type { iSVG } from '../types/svg';
export const svgs: iSVG[] = [
{
title: 'Google Drive',
category: 'Google',
route: '/library/drive.svg',
url: 'https://www.google.com/drive/'
},
{
title: 'Milanote',
category: 'Software',