Add: milanote logo

This commit is contained in:
Camilo Avendaño
2024-09-18 23:57:58 -05:00
parent 0b1776c00e
commit 0e2af61885
5 changed files with 25 additions and 0 deletions
+13
View File
@@ -1,6 +1,19 @@
import type { iSVG } from '../types/svg';
export const svgs: iSVG[] = [
{
title: 'Milanote',
category: 'Software',
route: {
light: '/library/milanote-light.svg',
dark: '/library/milanote-dark.svg'
},
wordmark: {
light: '/library/milanote-wordmark-light.svg',
dark: '/library/milanote-wordmark-dark.svg'
},
url: 'https://milanote.com'
},
{
title: 'Inflection AI',
category: 'AI',