Add Deno wordmarks SVGs and brand URL, updated main logo and url

This commit is contained in:
Miguel Vega
2025-02-06 10:40:40 -05:00
parent 8bbbe40238
commit 8315cb6535
5 changed files with 11 additions and 4 deletions
+7 -2
View File
@@ -330,7 +330,12 @@ export const svgs: iSVG[] = [
light: '/library/deno.svg',
dark: '/library/deno_dark.svg'
},
url: 'https://deno.land/'
wordmark: {
light: '/library/deno_wordmark.svg',
dark: '/library/deno_wordmark_dark.svg'
},
brandUrl: 'https://deno.com/brand',
url: 'https://deno.com/'
},
{
title: 'Gatsby',
@@ -3282,5 +3287,5 @@ export const svgs: iSVG[] = [
},
brandUrl: 'https://vercel.com/geist/brands',
url: 'https://vercel.com/'
},
}
];