feat: Add Formance logo and wordmark

This commit is contained in:
BrieucCaillot
2025-11-29 13:49:10 +01:00
parent ec331914e2
commit f75d0a5845
5 changed files with 83 additions and 0 deletions
+13
View File
@@ -4310,4 +4310,17 @@ export const svgs: iSVG[] = [
},
url: "https://paper.design/",
},
{
title: 'Formance',
category: ['Software', 'Payment'],
route: {
light: '/library/formance-logo-light.svg',
dark: '/library/formance-logo-dark.svg'
},
wordmark: {
light: '/library/formance-wordmark-light.svg',
dark: '/library/formance-wordmark-dark.svg'
},
url: 'https://www.formance.com/'
}
];