update data

This commit is contained in:
marpeand 2024-01-17 09:34:55 -03:00
parent 03f7befb41
commit 4a3ba43afb
2 changed files with 5 additions and 5 deletions

View File

@ -2316,7 +2316,10 @@ export const svgs: iSVG[] = [
{
title: 'Flask',
category: 'Framework',
route: '/library/flask.svg',
url: 'https://flask.palletsprojects.com'
route: {
light: '/library/flask-light.svg',
dark: '/library/flask-dark.svg'
},
url: 'https://flask.palletsprojects.com/'
}
];

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 12 KiB