mirror of
https://github.com/pheralb/svgl.git
synced 2025-02-06 15:17:58 +08:00
⚙️ Fix midday svg route
This commit is contained in:
parent
0f40f78311
commit
55a179bb65
@ -2351,5 +2351,11 @@ export const svgs: iSVG[] = [
|
|||||||
category: 'Library',
|
category: 'Library',
|
||||||
route: '/library/tensorflow.svg',
|
route: '/library/tensorflow.svg',
|
||||||
url: 'https://www.tensorflow.org/'
|
url: 'https://www.tensorflow.org/'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
title: 'Midday',
|
||||||
|
category: 'AI',
|
||||||
|
route: '/library/midday.svg',
|
||||||
|
url: 'https://midday.ai/'
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user