⚙️ Fix T3 light/dark mode

This commit is contained in:
pheralb 2024-05-13 22:15:43 +01:00
parent 5971bf38c2
commit 84134a38f7

View File

@ -2715,11 +2715,11 @@ export const svgs: iSVG[] = [
url: 'https://rela.dev' url: 'https://rela.dev'
}, },
{ {
title: 'T3', title: 'T3 Stack',
category: 'Framework', category: 'Framework',
route: { route: {
light: '/library/t3-light.svg', light: '/library/t3-dark.svg',
dark: '/library/t3-dark.svg' dark: '/library/t3-light.svg'
}, },
url: 'https://create.t3.gg/' url: 'https://create.t3.gg/'
} }