diff --git a/src/data/svgs.ts b/src/data/svgs.ts index c03a2e63..4862975f 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -2,22 +2,22 @@ import type { iSVG } from '../types/svg'; export const svgs: iSVG[] = [ { - title: "Animate", - category: ["Software", "Design"], - "route": "/library/animate.svg", - "url": "https://www.adobe.com/products/animate.html" + title: 'Animate', + category: ['Software', 'Design'], + route: '/library/animate.svg', + url: 'https://www.adobe.com/products/animate.html' }, { - title: "Blender", - category: ["Software", "Design"], - "route": "/library/blender.svg", - "url": "https://blender.org/" + title: 'Blender', + category: ['Software', 'Design'], + route: '/library/blender.svg', + url: 'https://blender.org/' }, { - title: "Lua", - category: "Language", - "route": "/library/lua.svg", - "url": "https://lua.org/" + title: 'Lua', + category: 'Language', + route: '/library/lua.svg', + url: 'https://lua.org/' }, { title: 'Mercado Pago', @@ -2713,5 +2713,14 @@ export const svgs: iSVG[] = [ dark: '/library/relagit-wordmark-dark.svg' }, url: 'https://rela.dev' + }, + { + title: 'T3', + category: 'Framework', + route: { + light: '/library/t3-light.svg', + dark: '/library/t3-dark.svg' + }, + url: 'https://create.t3.gg/' } ]; diff --git a/static/library/t3-dark.svg b/static/library/t3-dark.svg new file mode 100644 index 00000000..d06d78d5 --- /dev/null +++ b/static/library/t3-dark.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/static/library/t3-light.svg b/static/library/t3-light.svg new file mode 100644 index 00000000..f29486bd --- /dev/null +++ b/static/library/t3-light.svg @@ -0,0 +1,6 @@ + + + + + +