Update SVG category for Internet Computer ICP logo

This commit is contained in:
SoftCysec 2024-06-12 00:05:38 +03:00
parent 5aa73a3d16
commit 116e711547

View File

@ -253,13 +253,13 @@ export const svgs: iSVG[] = [
}, },
{ {
title: 'DFINITY', title: 'DFINITY',
category: 'Blockchain', category: 'Crypto',
route: '/library/Internet Computer ICP Dfinity.svg', route: '/library/Internet Computer ICP Dfinity.svg',
url: 'https://dfinity.org/' url: 'https://dfinity.org/'
}, },
{ {
title: 'ICP', title: 'ICP',
category: 'Crypto', category: 'Blockchain',
route: '/library/Internet Computer ICP Icon.svg', route: '/library/Internet Computer ICP Icon.svg',
url: 'https://internetcomputer.org/' url: 'https://internetcomputer.org/'
}, },