Add community category.

This commit is contained in:
pheralb 2023-12-17 13:37:51 +00:00
parent 74d5defaac
commit 2a66d1fe4f
2 changed files with 4 additions and 3 deletions

View File

@ -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'
},

View File

@ -15,4 +15,5 @@ export type tCategory =
| 'Language'
| 'Education'
| 'Design'
| 'Typing';
| 'Typing'
| 'Community';