diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 0d0d7a2..eb41f6f 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -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", + }, ]; diff --git a/static/library/cursor_dark.svg b/static/library/cursor_dark.svg index 48439fa..10d50ca 100644 --- a/static/library/cursor_dark.svg +++ b/static/library/cursor_dark.svg @@ -1 +1,12 @@ -Cursor \ No newline at end of file + + + + + + + + \ No newline at end of file diff --git a/static/library/cursor_light.svg b/static/library/cursor_light.svg index abadee5..635d3cc 100644 --- a/static/library/cursor_light.svg +++ b/static/library/cursor_light.svg @@ -1 +1,12 @@ -Cursor \ No newline at end of file + + + + + + + + \ No newline at end of file diff --git a/static/library/cursor_wordmark_dark.svg b/static/library/cursor_wordmark_dark.svg index f350a70..a3deeca 100644 --- a/static/library/cursor_wordmark_dark.svg +++ b/static/library/cursor_wordmark_dark.svg @@ -1 +1,17 @@ -Cursor \ No newline at end of file + + + + + + + + + + + + + \ No newline at end of file diff --git a/static/library/cursor_wordmark_light.svg b/static/library/cursor_wordmark_light.svg index 5bbb75b..c2daa3e 100644 --- a/static/library/cursor_wordmark_light.svg +++ b/static/library/cursor_wordmark_light.svg @@ -1 +1,17 @@ -Cursor \ No newline at end of file + + + + + + + + + + + + + \ No newline at end of file