Merge pull request #761 from Mooshay105/patch-1-google-maps
📦 Build / 🛠️ Build app (push) Has been cancelled
🧑‍🚀 Check / ⚡ Testing with Vitest (push) Has been cancelled
🧑‍🚀 Check / 📦 SVGs Size (push) Has been cancelled
🚀 Deploy / ☁️ API (push) Has been cancelled

Add google maps
This commit is contained in:
Pablo Hdez
2025-09-14 18:09:05 +01:00
committed by GitHub
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -3954,5 +3954,11 @@ export const svgs: iSVG[] = [
},
url: 'https://ahrefs.com/',
brandUrl: 'https://ahrefs.com/logo'
},
{
title: 'Google Maps',
category: 'Google',
route: '/library/googleMaps.svg',
url: 'https://www.google.com/maps/'
}
];