mirror of
https://github.com/pheralb/svgl.git
synced 2024-11-10 14:46:54 +08:00
⚙️ Fix Refine light/dark route
This commit is contained in:
parent
b3179bb757
commit
91ba1eb106
@ -2415,8 +2415,8 @@ export const svgs: iSVG[] = [
|
||||
title: 'Refine',
|
||||
category: 'Framework',
|
||||
route: {
|
||||
light: '/library/refine_light.svg',
|
||||
dark: '/library/refine_dark.svg'
|
||||
light: '/library/refine_dark.svg',
|
||||
dark: '/library/refine_light.svg'
|
||||
},
|
||||
url: 'https://refine.dev/'
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user