diff --git a/src/data/svgs.ts b/src/data/svgs.ts index 52e635a..92e066e 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -522,10 +522,17 @@ export const svgs: iSVG[] = [ }, { title: "Turborepo", - category: ["Library", "Vercel", "Monorepo"], - route: "/library/turborepo.svg", - url: "https://turborepo.org/", - shadcnCommand: "shadcn@canary add https://svgl.app/r/vercel.json", + category: ["Library", "Monorepo", "Vercel"], + route: { + light: "/library/turborepo-icon-light.svg", + dark: "/library/turborepo-icon-dark.svg", + }, + wordmark: { + light: "/library/turborepo-wordmark-light.svg", + dark: "/library/turborepo-wordmark-dark.svg", + }, + url: "https://turborepo.com", + brandUrl: "https://vercel.com/geist/brands", }, { title: "Tailwind CSS", @@ -1356,9 +1363,17 @@ export const svgs: iSVG[] = [ }, { title: "Turbopack", - category: "Software", - route: "/library/turbopack.svg", - url: "https://turbo.build/", + category: ["Software", "Devtool", "Vercel"], + route: { + light: "/library/turbopack-icon-light.svg", + dark: "/library/turbopack-icon-dark.svg", + }, + wordmark: { + light: "/library/turbopack-wordmark-light.svg", + dark: "/library/turbopack-wordmark-dark.svg", + }, + url: "https://nextjs.org/docs/app/api-reference/turbopack", + brandUrl: "https://vercel.com/geist/brands", }, { title: "Builder", diff --git a/static/library/turbopack-icon-dark.svg b/static/library/turbopack-icon-dark.svg new file mode 100644 index 0000000..278fd39 --- /dev/null +++ b/static/library/turbopack-icon-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/turbopack-icon-light.svg b/static/library/turbopack-icon-light.svg new file mode 100644 index 0000000..aefab31 --- /dev/null +++ b/static/library/turbopack-icon-light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/turbopack-wordmark-dark.svg b/static/library/turbopack-wordmark-dark.svg new file mode 100644 index 0000000..2721289 --- /dev/null +++ b/static/library/turbopack-wordmark-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/turbopack-wordmark-light.svg b/static/library/turbopack-wordmark-light.svg new file mode 100644 index 0000000..ae95a08 --- /dev/null +++ b/static/library/turbopack-wordmark-light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/turbopack.svg b/static/library/turbopack.svg deleted file mode 100644 index 025792b..0000000 --- a/static/library/turbopack.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/library/turborepo-icon-dark.svg b/static/library/turborepo-icon-dark.svg new file mode 100644 index 0000000..071a4e9 --- /dev/null +++ b/static/library/turborepo-icon-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/turborepo-icon-light.svg b/static/library/turborepo-icon-light.svg new file mode 100644 index 0000000..9305c01 --- /dev/null +++ b/static/library/turborepo-icon-light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/turborepo-wordmark-dark.svg b/static/library/turborepo-wordmark-dark.svg new file mode 100644 index 0000000..7fedbe8 --- /dev/null +++ b/static/library/turborepo-wordmark-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/turborepo-wordmark-light.svg b/static/library/turborepo-wordmark-light.svg new file mode 100644 index 0000000..c669c93 --- /dev/null +++ b/static/library/turborepo-wordmark-light.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/turborepo.svg b/static/library/turborepo.svg deleted file mode 100644 index 6f251d5..0000000 --- a/static/library/turborepo.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file