diff --git a/src/data/svgs.ts b/src/data/svgs.ts index c27264b..5099b9c 100644 --- a/src/data/svgs.ts +++ b/src/data/svgs.ts @@ -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/' - }, + } ]; diff --git a/static/library/deno.svg b/static/library/deno.svg index a474ba1..2dc5983 100644 --- a/static/library/deno.svg +++ b/static/library/deno.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/static/library/deno_dark.svg b/static/library/deno_dark.svg index e280f22..804b571 100644 --- a/static/library/deno_dark.svg +++ b/static/library/deno_dark.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/static/library/deno_wordmark.svg b/static/library/deno_wordmark.svg new file mode 100644 index 0000000..5f3e0f8 --- /dev/null +++ b/static/library/deno_wordmark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/library/deno_wordmark_dark.svg b/static/library/deno_wordmark_dark.svg new file mode 100644 index 0000000..1b8db20 --- /dev/null +++ b/static/library/deno_wordmark_dark.svg @@ -0,0 +1 @@ + \ No newline at end of file