Add Perspective Logo

This commit is contained in:
Christian Korndoerfer
2025-04-30 15:22:22 +02:00
parent cdbecbb014
commit f810d37046
5 changed files with 17 additions and 0 deletions
+13
View File
@@ -1,6 +1,19 @@
import type { iSVG } from '@/types/svg';
export const svgs: iSVG[] = [
{
title: 'Perspective',
category: 'Software',
route: {
light: '/library/perspective-light.svg',
dark: '/library/perspective-dark.svg'
},
wordmark: {
light: '/library/perspective-wordmark-light.svg',
dark: '/library/perspective-wordmark-dark.svg'
},
url: 'https://perspective.co/'
},
{
title: 'Windsurf',
category: ['Software', 'AI'],