@@ -2678,20 +2678,6 @@ export const svgs: iSVG[] = [
26782678 wordmark : '/library/tina_wordmark.svg' ,
26792679 url : 'https://tina.io/'
26802680 } ,
2681- {
2682- title : 'Vercel' ,
2683- category : [ 'Hosting' , 'Vercel' ] ,
2684- route : {
2685- light : '/library/vercel.svg' ,
2686- dark : '/library/vercel_dark.svg'
2687- } ,
2688- wordmark : {
2689- light : '/library/vercel_wordmark.svg' ,
2690- dark : '/library/vercel_wordmark_dark.svg'
2691- } ,
2692- brandUrl : 'https://vercel.com/geist/brands' ,
2693- url : 'https://vercel.com/'
2694- } ,
26952681 {
26962682 title : 'Next.js' ,
26972683 category : [ 'Framework' , 'Vercel' ] ,
@@ -3282,5 +3268,19 @@ export const svgs: iSVG[] = [
32823268 dark : '/library/base-ui-dark.svg'
32833269 } ,
32843270 url : 'https://base-ui.com/'
3285- }
3271+ } ,
3272+ {
3273+ title : 'Vercel' ,
3274+ category : [ 'Hosting' , 'Vercel' ] ,
3275+ route : {
3276+ light : '/library/vercel.svg' ,
3277+ dark : '/library/vercel_dark.svg'
3278+ } ,
3279+ wordmark : {
3280+ light : '/library/vercel_wordmark.svg' ,
3281+ dark : '/library/vercel_wordmark_dark.svg'
3282+ } ,
3283+ brandUrl : 'https://vercel.com/geist/brands' ,
3284+ url : 'https://vercel.com/'
3285+ } ,
32863286] ;
0 commit comments