Skip to content

Commit

Permalink
馃摝 Add T3 Stack light/dark svgs
Browse files Browse the repository at this point in the history
  • Loading branch information
pheralb committed May 13, 2024
1 parent de6bf9f commit 5971bf3
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 12 deletions.
33 changes: 21 additions & 12 deletions src/data/svgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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/'
}
];
6 changes: 6 additions & 0 deletions static/library/t3-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions static/library/t3-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5971bf3

Please sign in to comment.