⚙️ Fix midday svg route

This commit is contained in:
Pablo Hdez 2024-01-20 21:12:22 +00:00 committed by GitHub
parent 0f40f78311
commit 55a179bb65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2351,5 +2351,11 @@ export const svgs: iSVG[] = [
category: 'Library',
route: '/library/tensorflow.svg',
url: 'https://www.tensorflow.org/'
},
{
title: 'Midday',
category: 'AI',
route: '/library/midday.svg',
url: 'https://midday.ai/'
}
];