Skip to content

Commit

Permalink
⚙️ Fix Refine light/dark route
Browse files Browse the repository at this point in the history
  • Loading branch information
pheralb authored Jan 29, 2024
1 parent b3179bb commit 91ba1eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data/svgs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/'
},
Expand Down

0 comments on commit 91ba1eb

Please sign in to comment.