Skip to content

Commit c2e1c46

Browse files
committed
✨ Update MongoDB logo and wordmark
1 parent feeeaed commit c2e1c46

File tree

7 files changed

+13
-14
lines changed

7 files changed

+13
-14
lines changed

src/data/svgs.ts

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -697,9 +697,15 @@ export const svgs: iSVG[] = [
697697
{
698698
title: "MongoDB",
699699
category: "Database",
700-
route: "/library/mongodb.svg",
701-
wordmark: "/library/mongodb-wordmark.svg",
702-
url: "https://www.mongodb.com/",
700+
route: {
701+
light: "/library/mongodb-icon-light.svg",
702+
dark: "/library/mongodb-icon-dark.svg",
703+
},
704+
wordmark: {
705+
light: "/library/mongodb-wordmark-light.svg",
706+
dark: "/library/mongodb-wordmark-dark.svg",
707+
},
708+
url: "https://www.mongodb.com",
703709
brandUrl: "https://www.mongodb.com/company/newsroom/brand-resources",
704710
},
705711
{
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)