feat: add asana logo

This commit is contained in:
Sebastian Beltran
2024-02-22 19:43:26 -05:00
parent 7c9de0afcc
commit 3abfa5e34e
4 changed files with 21 additions and 0 deletions
+10
View File
@@ -2506,5 +2506,15 @@ export const svgs: iSVG[] = [
category: 'Software',
route: '/library/lemonsqueezy.svg',
url: 'https://www.lemonsqueezy.com'
},
{
title: 'Asana',
category: 'Software',
route: '/library/asana-logo.svg',
wordmark: {
dark: '/library/asana-wordmark-dark.svg',
light: '/library/asana-wordmark-light.svg'
},
url: 'https://asana.com'
}
];