Skip to content

Commit

Permalink
鈿欙笍 Fix T3 light/dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
pheralb committed May 13, 2024
1 parent 5971bf3 commit 84134a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/data/svgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2715,11 +2715,11 @@ export const svgs: iSVG[] = [
url: 'https://rela.dev'
},
{
title: 'T3',
title: 'T3 Stack',
category: 'Framework',
route: {
light: '/library/t3-light.svg',
dark: '/library/t3-dark.svg'
light: '/library/t3-dark.svg',
dark: '/library/t3-light.svg'
},
url: 'https://create.t3.gg/'
}
Expand Down

0 comments on commit 84134a3

Please sign in to comment.