Skip to content

Commit 6f27ed4

Browse files
authored
Merge pull request #563 from atleugim/update/logo-deno
✨ Add Deno wordmarks SVGs and brand URL, updated main logo and url
2 parents 8bbbe40 + 8315cb6 commit 6f27ed4

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

src/data/svgs.ts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,12 @@ export const svgs: iSVG[] = [
330330
light: '/library/deno.svg',
331331
dark: '/library/deno_dark.svg'
332332
},
333-
url: 'https://deno.land/'
333+
wordmark: {
334+
light: '/library/deno_wordmark.svg',
335+
dark: '/library/deno_wordmark_dark.svg'
336+
},
337+
brandUrl: 'https://deno.com/brand',
338+
url: 'https://deno.com/'
334339
},
335340
{
336341
title: 'Gatsby',
@@ -3282,5 +3287,5 @@ export const svgs: iSVG[] = [
32823287
},
32833288
brandUrl: 'https://vercel.com/geist/brands',
32843289
url: 'https://vercel.com/'
3285-
},
3290+
}
32863291
];

static/library/deno.svg

Lines changed: 1 addition & 1 deletion
Loading

static/library/deno_dark.svg

Lines changed: 1 addition & 1 deletion
Loading

static/library/deno_wordmark.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)