mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 14:46:54 +08:00
✨ Add community category.
This commit is contained in:
parent
74d5defaac
commit
2a66d1fe4f
@ -852,7 +852,7 @@ export const svgs: iSVG[] = [
|
||||
},
|
||||
{
|
||||
title: 'Developer Student Club',
|
||||
category: 'Education',
|
||||
category: 'Community',
|
||||
route: '/library/gdsc.svg',
|
||||
url: 'https://gdsc.community.dev/'
|
||||
},
|
||||
@ -882,7 +882,7 @@ export const svgs: iSVG[] = [
|
||||
},
|
||||
{
|
||||
title: 'midudev',
|
||||
category: 'Education',
|
||||
category: 'Community',
|
||||
route: '/library/midudev.svg',
|
||||
url: 'https://midu.dev'
|
||||
},
|
||||
|
@ -15,4 +15,5 @@ export type tCategory =
|
||||
| 'Language'
|
||||
| 'Education'
|
||||
| 'Design'
|
||||
| 'Typing';
|
||||
| 'Typing'
|
||||
| 'Community';
|
||||
|
Loading…
Reference in New Issue
Block a user