⚙️ Fix Refine light/dark route

This commit is contained in:
Pablo Hdez 2024-01-29 09:21:04 +00:00 committed by GitHub
parent b3179bb757
commit 91ba1eb106
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2415,8 +2415,8 @@ export const svgs: iSVG[] = [
title: 'Refine', title: 'Refine',
category: 'Framework', category: 'Framework',
route: { route: {
light: '/library/refine_light.svg', light: '/library/refine_dark.svg',
dark: '/library/refine_dark.svg' dark: '/library/refine_light.svg'
}, },
url: 'https://refine.dev/' url: 'https://refine.dev/'
}, },