Update svgs.ts

This commit is contained in:
Marcis Bergmanis 2024-04-25 10:19:22 +03:00 committed by GitHub
parent f1d0b8a7d6
commit 2ecaa886b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2622,5 +2622,11 @@ export const svgs: iSVG[] = [
dark: '/library/layers_dark.svg'
},
url: 'https://layers.to/'
},
{
title: 'Exome',
category: 'Library',
route: '/library/exome.svg',
url: 'https://exome.dev/'
}
];