add Afordin logo

This commit is contained in:
Jarrison Cano
2024-10-04 14:36:45 -05:00
parent 80147ec0d2
commit fe2a3497b1
3 changed files with 11 additions and 0 deletions
+9
View File
@@ -2957,5 +2957,14 @@ export const svgs: iSVG[] = [
category: ['Community'],
route: '/library/manzdev.svg',
url: 'https://manz.dev/'
},
{
title: 'Afordin',
category: ['Community'],
route: {
light: '/library/afordin-light.svg',
dark: '/library/afordin-dark.svg'
},
url: 'https://github.com/Afordin'
}
];