Merge branch 'main' into main

This commit is contained in:
Jarrison Cano 2024-10-07 22:34:10 -05:00 committed by GitHub
commit 7d1c409c9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 14 additions and 7 deletions

View File

@ -452,12 +452,6 @@ export const svgs: iSVG[] = [
route: '/library/kotlin.svg', route: '/library/kotlin.svg',
url: 'https://kotlinlang.org/' url: 'https://kotlinlang.org/'
}, },
{
title: 'Vitest',
category: 'Framework',
route: '/library/vitest.svg',
url: 'https://vitest.dev/'
},
{ {
title: 'Storybook', title: 'Storybook',
category: 'Software', category: 'Software',
@ -2958,6 +2952,16 @@ export const svgs: iSVG[] = [
route: '/library/manzdev.svg', route: '/library/manzdev.svg',
url: 'https://manz.dev/' url: 'https://manz.dev/'
}, },
{
title: 'MediaWiki',
category: ['Software', 'CMS'],
"route": "/library/mediawiki.svg",
"wordmark": {
"light": "/library/mediawiki-wordmark-light.svg",
"dark": "/library/mediawiki-wordmark-dark.svg"
},
"url": "https://www.mediawiki.org/"
},
{ {
title: 'Afordin', title: 'Afordin',
category: ['Community'], category: ['Community'],
@ -2966,5 +2970,5 @@ export const svgs: iSVG[] = [
dark: '/library/afordin-dark.svg' dark: '/library/afordin-dark.svg'
}, },
url: 'https://github.com/Afordin' url: 'https://github.com/Afordin'
} }
]; ];

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 10 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 10 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 10 KiB