diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 3e9c178..8675392 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -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/", + }, ]; diff --git a/static/library/lottiefiles-wordmark-dark.svg b/static/library/lottiefiles-wordmark-dark.svg new file mode 100644 index 0000000..f3ead80 --- /dev/null +++ b/static/library/lottiefiles-wordmark-dark.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/library/lottiefiles-wordmark.svg b/static/library/lottiefiles-wordmark-light.svg similarity index 100% rename from static/library/lottiefiles-wordmark.svg rename to static/library/lottiefiles-wordmark-light.svg