Merge pull request #237 from necatiozmen/main

Add Refine framework logo
This commit is contained in:
Pablo Hdez
2024-01-29 09:14:47 +00:00
committed by GitHub
3 changed files with 18 additions and 1 deletions
+10 -1
View File
@@ -2410,5 +2410,14 @@ export const svgs: iSVG[] = [
dark: '/library/swr-dark.svg'
},
url: 'https://swr.vercel.app/'
}
},
{
title: 'Refine',
category: 'Framework',
route: {
light: '/library/refine_light.svg',
dark: '/library/refine_dark.svg'
},
url: 'https://refine.dev/'
},
];