mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 14:46:54 +08:00
⚙️ Fix T3 light/dark mode
This commit is contained in:
parent
5971bf38c2
commit
84134a38f7
@ -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/'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user