📦 Update Cursor SVGs

This commit is contained in:
pheralb
2025-09-24 16:41:13 +01:00
parent 195fae38e7
commit 138b5293ed
5 changed files with 71 additions and 17 deletions
+13 -13
View File
@@ -3655,19 +3655,6 @@ export const svgs: iSVG[] = [
brandUrl:
"https://www.figma.com/file/YYn36CxVpcT6aPKDXIH9JG/CurseForge-Brandbook?type=design&node-id=0-1&t=dvC0gPtyP36PQdsi-0",
},
{
title: "Cursor",
category: ["Software"],
route: {
light: "/library/cursor_light.svg",
dark: "/library/cursor_dark.svg",
},
wordmark: {
light: "/library/cursor_wordmark_light.svg",
dark: "/library/cursor_wordmark_dark.svg",
},
url: "https://www.cursor.com",
},
{
title: "Ghostty",
category: ["Software"],
@@ -3950,4 +3937,17 @@ export const svgs: iSVG[] = [
route: "/library/googleMaps.svg",
url: "https://www.google.com/maps/",
},
{
title: "Cursor",
category: ["Software", "AI"],
route: {
light: "/library/cursor_light.svg",
dark: "/library/cursor_dark.svg",
},
wordmark: {
light: "/library/cursor_wordmark_light.svg",
dark: "/library/cursor_wordmark_dark.svg",
},
url: "https://www.cursor.com",
},
];