Skip to content

Commit 91d8512

Browse files
authored
Merge pull request #579 from apcodex/main
logo for D3.js library
2 parents 487a607 + ed1fcf5 commit 91d8512

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

src/data/svgs.ts

+7-1
Original file line numberDiff line numberDiff line change
@@ -3345,5 +3345,11 @@ export const svgs: iSVG[] = [
33453345
dark: '/library/inflectionai_wordmark_dark.svg'
33463346
},
33473347
url: 'https://inflection.ai/'
3348-
}
3348+
},
3349+
{
3350+
title: 'D3.js',
3351+
category: 'Library',
3352+
route: '/library/D3.svg',
3353+
url: 'https://d3js.org/'
3354+
},
33493355
];

static/library/D3.svg

+22
Loading

0 commit comments

Comments
 (0)