📦 Update LottieFiles SVGs + add brand assets for Lottie & Cursor

This commit is contained in:
pheralb
2025-09-25 18:48:31 +01:00
parent fa27a6a752
commit 54c8943e54
3 changed files with 35 additions and 7 deletions
+12 -7
View File
@@ -3407,13 +3407,6 @@ export const svgs: iSVG[] = [
route: "/library/lottielab.svg",
url: "https://www.lottielab.com/",
},
{
title: "LottieFiles",
category: "Design",
route: "/library/lottiefiles.svg",
wordmark: "/library/lottiefiles-wordmark.svg",
url: "https://lottiefiles.com/",
},
{
title: "TanStack",
category: ["Software", "Library"],
@@ -3984,6 +3977,7 @@ export const svgs: iSVG[] = [
{
title: "Cursor",
category: ["Software"],
brandUrl: "https://cursor.com/brand",
route: {
light: "/library/cursor_light.svg",
dark: "/library/cursor_dark.svg",
@@ -3994,4 +3988,15 @@ export const svgs: iSVG[] = [
},
url: "https://www.cursor.com",
},
{
title: "LottieFiles",
category: "Design",
route: "/library/lottiefiles.svg",
brandUrl: "https://lottiefiles.com/brand-assets",
wordmark: {
light: "/library/lottiefiles-wordmark-light.svg",
dark: "/library/lottiefiles-wordmark-dark.svg",
},
url: "https://lottiefiles.com/",
},
];