feat: add ngrok logo

This commit is contained in:
Sebastian Beltran
2024-02-22 18:38:23 -05:00
parent 6ba8e40ae5
commit 6abbc50b5a
3 changed files with 15 additions and 0 deletions
+9
View File
@@ -2491,5 +2491,14 @@ export const svgs: iSVG[] = [
category: 'Social',
route: '/library/tiktok.svg',
url: 'https://www.tiktok.com/'
},
{
title: 'Ngrok',
category: 'Software',
route: {
dark: '/library/ngrok-dark.svg',
light: '/library/ngrok-light.svg'
},
url: 'https://ngrok.com'
}
];