Add TravelPerk logo and wordmark

Signed-off-by: Jonah Snider <jonah@jonahsnider.com>
This commit is contained in:
Jonah Snider
2025-10-01 10:39:02 -07:00
parent 19ee5cef58
commit a8a5cb22fa
5 changed files with 18 additions and 0 deletions
+14
View File
@@ -4026,4 +4026,18 @@ export const svgs: iSVG[] = [
url: "https://qdrant.tech/",
brandUrl: "https://qdrant.tech/brand-resources/",
},
{
title: 'TravelPerk',
category: 'Software',
route: {
light: '/library/travelperk-light.svg',
dark: '/library/travelperk-dark.svg'
},
wordmark: {
light: '/library/travelperk-wordmark-light.svg',
dark: '/library/travelperk-wordmark-dark.svg'
},
url: 'https://www.travelperk.com/',
brandUrl: 'https://www.travelperk.com/media/',
}
];