⚙️ Update category from `Fintech to Software`

This commit is contained in:
pheralb 2024-04-29 10:03:16 +01:00
parent 783f8a28e4
commit 893fef5986
2 changed files with 1 additions and 2 deletions

View File

@ -499,7 +499,7 @@ export const svgs: iSVG[] = [
}, },
{ {
title: 'Arc', title: 'Arc',
category: 'Fintech', category: 'Software',
route: { route: {
light: '/library/arc_fintech_light.svg', light: '/library/arc_fintech_light.svg',
dark: '/library/arc_fintech_dark.svg' dark: '/library/arc_fintech_dark.svg'

View File

@ -17,7 +17,6 @@ export type tCategory =
| 'Design' | 'Design'
| 'Community' | 'Community'
| 'Marketplace' | 'Marketplace'
| 'Fintech'
| 'Music' | 'Music'
| 'Vercel' | 'Vercel'
| 'Payment'; | 'Payment';