Add Refine logo svg

This commit is contained in:
necatiozmen
2024-01-29 10:19:24 +03:00
parent a6e99a9bad
commit 74e994e982
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/'
},
];