mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
feat: ✨ add ngrok logo
This commit is contained in:
@@ -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'
|
||||
}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user